All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bamboo.pipe.BPSecurityException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----bamboo.pipe.BPSecurityException

public class BPSecurityException
extends Exception
Security errors.

See Also:
BambooPipeImpl

Constructor Index

 o BPSecurityException()
Constructs a BPSecurityException with no detail message.
 o BPSecurityException(String)
Constructs a BPSecurityException with the specified detail message.

Constructors

 o BPSecurityException
 public BPSecurityException()
Constructs a BPSecurityException with no detail message. A detail message is a String that describes this particular exception.

 o BPSecurityException
 public BPSecurityException(String s)
Constructs a BPSecurityException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index