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.


Constructor Index

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

Constructors

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

 o 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