Class EndWithErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.impl.amqp.amqp.v01_00_00.EndWithErrorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionEndException, LinkEndException, SessionEndException

public abstract class EndWithErrorException extends Exception
See Also:
  • Constructor Details

    • EndWithErrorException

      public EndWithErrorException(ErrorConditionIF condition, AMQPString description)
  • Method Details

    • getCondition

      public ErrorConditionIF getCondition()
    • getDescription

      public AMQPString getDescription()
    • accept

      public abstract void accept(EndWithErrorExceptionVisitor visitor)
    • toString

      public String toString()
      Overrides:
      toString in class Throwable