Class EndWithErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.impl.amqp.amqp.v01_00_00.EndWithErrorException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConnectionEndException
,LinkEndException
,SessionEndException
public abstract class EndWithErrorException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EndWithErrorException(ErrorConditionIF condition, AMQPString description)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
accept(EndWithErrorExceptionVisitor visitor)
ErrorConditionIF
getCondition()
AMQPString
getDescription()
java.lang.String
toString()
-
-
-
Constructor Detail
-
EndWithErrorException
public EndWithErrorException(ErrorConditionIF condition, AMQPString description)
-
-
Method Detail
-
getCondition
public ErrorConditionIF getCondition()
-
getDescription
public AMQPString getDescription()
-
accept
public abstract void accept(EndWithErrorExceptionVisitor visitor)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-