CoreBroker
Class CBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byCoreBroker.CBException
All Implemented Interfaces:
java.io.Serializable

public class CBException
extends java.rmi.RemoteException

Author:
sacchett
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
CBException(java.lang.String code, java.lang.String description)
          Creates a new instance of CBException
 
Method Summary
 java.lang.String getDescription()
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

CBException

public CBException(java.lang.String code,
                   java.lang.String description)
Creates a new instance of CBException

Method Detail

getDescription

public java.lang.String getDescription()