cgl.narada.event
Class NBEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cgl.narada.event.NBEventException
All Implemented Interfaces:
Serializable

public class NBEventException
extends Exception

This exception is thrown when any of the operations related to the processing of events encounters problems. For example this exception can be thrown when there are problems associated with the processing of properties, headers, or distribution-traces within the events.

See Also:
Serialized Form

Constructor Summary
NBEventException(String reason)
           
NBEventException(String reason, String errorCode)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NBEventException

public NBEventException(String reason)

NBEventException

public NBEventException(String reason,
                        String errorCode)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


For comments and suggestions please send e-mail to The NaradaBrokering Project