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