Class ActiveMQInternalErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.api.core.ActiveMQInternalErrorException
All Implemented Interfaces:
Serializable

public final class ActiveMQInternalErrorException extends ActiveMQException
Internal error which prevented ActiveMQ Artemis from performing an important operation.
See Also:
  • Constructor Details

    • ActiveMQInternalErrorException

      public ActiveMQInternalErrorException()
    • ActiveMQInternalErrorException

      public ActiveMQInternalErrorException(String msg)
    • ActiveMQInternalErrorException

      public ActiveMQInternalErrorException(String message, Exception e)
    • ActiveMQInternalErrorException

      public ActiveMQInternalErrorException(String message, Throwable t)