org.apache.qpid.client.failover
Class FailoverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.qpid.client.failover.FailoverException
All Implemented Interfaces:
java.io.Serializable

public class FailoverException
extends java.lang.RuntimeException

This exception is thrown when failover is taking place and we need to let other parts of the client know about this.

See Also:
Serialized Form

Constructor Summary
FailoverException(java.lang.String message)
           
 
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

FailoverException

public FailoverException(java.lang.String message)