com.rbnb.api
Class RBNBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rbnb.api.RBNBException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressException, SerializeException

public class RBNBException
extends Exception

RBNB exception interface.

Since:
V2.0
See Also:
Serialized Form
Author:
Ian Brown
Version:
05/10/2001

Constructor Summary
RBNBException()
          Class constructor.
RBNBException(String messageI)
          Class constructor to build a RBNBException for the input detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RBNBException

public RBNBException()
Class constructor.

Since:
V2.0
See Also:
RBNBException(String)
Author:
Ian Brown
Version:
05/10/2001

RBNBException

public RBNBException(String messageI)
Class constructor to build a RBNBException for the input detail message.

Since:
V2.0
See Also:
RBNBException()
Author:
Ian Brown #param messageI the detail message.
Version:
05/10/2001