SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker
Class RouterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.connectivity.queue.worker.RouterException
All Implemented Interfaces:
java.io.Serializable

public class RouterException
extends java.lang.Exception

The Class RouterException.

See Also:
Serialized Form

Constructor Summary
RouterException(java.lang.String message)
          Instantiates a new router exception.
RouterException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new router exception.
RouterException(java.lang.Throwable cause)
          Instantiates a new router exception.
 
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

RouterException

public RouterException(java.lang.String message)
Instantiates a new router exception.

Parameters:
message - the message

RouterException

public RouterException(java.lang.Throwable cause)
Instantiates a new router exception.

Parameters:
cause - the cause

RouterException

public RouterException(java.lang.String message,
                       java.lang.Throwable cause)
Instantiates a new router exception. * @param message the message

Parameters:
cause - the cause

SMILA (incubation) API documentation