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.


Constructor Index

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

Constructors

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

 o 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