Class SessionEndException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.impl.amqp.amqp.v01_00_00.EndWithErrorException
com.swiftmq.impl.amqp.amqp.v01_00_00.SessionEndException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.swiftmq.impl.amqp.amqp.v01_00_00.EndWithErrorException
getCondition, getDescription
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SessionEndException
public SessionEndException(ErrorConditionIF condition, AMQPString description)
-
-
Method Details
-
accept
- Specified by:
accept
in classEndWithErrorException
-
toString
- Overrides:
toString
in classEndWithErrorException
-