All Packages Class Hierarchy This Package Previous Next Index
Class bamboo.pipe.BPFetalException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----bamboo.pipe.BPFetalException
- public class BPFetalException
- extends RuntimeException
Unrecoverable error in the server.
-
BPFetalException()
- Constructs a BPFetalException with no detail message.
-
BPFetalException(String)
- Constructs a BPFetalException with the specified detail message.
BPFetalException
public BPFetalException()
- Constructs a BPFetalException with no detail message.
A detail message is a String that describes this particular exception.
BPFetalException
public BPFetalException(String s)
- Constructs a BPFetalException 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