Class ConnectionError

java.lang.Object
org.apache.activemq.command.BaseCommand
org.apache.activemq.command.ConnectionError
All Implemented Interfaces:
Command, DataStructure

public class ConnectionError extends BaseCommand
  • Field Details

  • Constructor Details

    • ConnectionError

      public ConnectionError()
  • Method Details

    • getDataStructureType

      public byte getDataStructureType()
      Returns:
      The type of the data structure
    • visit

      public Response visit(CommandVisitor visitor) throws Exception
      Throws:
      Exception
    • getException

      public Throwable getException()
    • setException

      public void setException(Throwable exception)
    • getConnectionId

      public ConnectionId getConnectionId()
    • setConnectionId

      public void setConnectionId(ConnectionId connectionId)