SMILA (incubation) API documentation

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

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

public class BrokerConnectionException
extends java.lang.Exception

The Class BrokerConnectionException.

See Also:
Serialized Form

Constructor Summary
BrokerConnectionException(java.lang.String message)
          Instantiates a new broker connection exception.
BrokerConnectionException(java.lang.Throwable cause)
          Instantiates a new broker connection 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

BrokerConnectionException

public BrokerConnectionException(java.lang.String message)
Instantiates a new broker connection exception.

Parameters:
message - the message

BrokerConnectionException

public BrokerConnectionException(java.lang.Throwable cause)
Instantiates a new broker connection exception.

Parameters:
cause - the cause

SMILA (incubation) API documentation