SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue
Class BrokerException

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

public class BrokerException
extends java.lang.Exception

The Class BrokerException.

See Also:
Serialized Form

Constructor Summary
BrokerException(java.lang.String arg0, java.lang.Throwable arg1)
          Instantiates a new broker 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

BrokerException

public BrokerException(java.lang.String arg0,
                       java.lang.Throwable arg1)
Instantiates a new broker exception.

Parameters:
arg0 - the arg0
arg1 - the arg1

SMILA (incubation) API documentation