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
-
BPSecurityException()
- Constructs a BPSecurityException with no detail message.
-
BPSecurityException(String)
- Constructs a BPSecurityException with the specified detail message.
BPSecurityException
public BPSecurityException()
- Constructs a BPSecurityException with no detail message.
A detail message is a String that describes this particular exception.
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