Class ActiveMQStompException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.activemq.artemis.core.protocol.stomp.ActiveMQStompException
All Implemented Interfaces:
Serializable

public class ActiveMQStompException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • ActiveMQStompException

      public ActiveMQStompException(StompConnection connection, String msg)
    • ActiveMQStompException

      public ActiveMQStompException(String msg)
    • ActiveMQStompException

      public ActiveMQStompException(String msg, Throwable t)
    • ActiveMQStompException

      public ActiveMQStompException(int code, String details)
  • Method Details