org.apache.qpid.client
Class AMQSessionDirtyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
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
Methods inherited from class org.apache.qpid.AMQException |
cloneForCurrentThread, getErrorCode, isHardError, toString |
AMQSessionDirtyException
public AMQSessionDirtyException(String msg)
Licensed to the Apache Software Foundation