org.apache.qpid.client
Class AMQSessionDirtyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by org.apache.qpid.client.AMQSessionDirtyException
All Implemented Interfaces:
Serializable

public class AMQSessionDirtyException
extends org.apache.qpid.AMQException

AMQSessionDirtyException represents all failures to send data on a transacted session that is no longer in a state that the client expects. i.e. failover has occured so previously sent messages will not be part of the transaction.

CRC Card
Responsibilities Collaborations
Represent attempt to perform additional sends on a dirty session.

See Also:
Serialized Form

Constructor Summary
AMQSessionDirtyException(String msg)
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError, 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

AMQSessionDirtyException

public AMQSessionDirtyException(String msg)


Licensed to the Apache Software Foundation