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:
java.io.Serializable
public final class ActiveMQInternalErrorException extends ActiveMQException
Internal error which prevented ActiveMQ Artemis from performing an important operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQInternalErrorException()ActiveMQInternalErrorException(java.lang.String msg)ActiveMQInternalErrorException(java.lang.String message, java.lang.Exception e)ActiveMQInternalErrorException(java.lang.String message, java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.api.core.ActiveMQException
getType, toString
-
-
-
-
Constructor Detail
-
ActiveMQInternalErrorException
public ActiveMQInternalErrorException()
-
ActiveMQInternalErrorException
public ActiveMQInternalErrorException(java.lang.String msg)
-
ActiveMQInternalErrorException
public ActiveMQInternalErrorException(java.lang.String message, java.lang.Exception e)
-
ActiveMQInternalErrorException
public ActiveMQInternalErrorException(java.lang.String message, java.lang.Throwable t)
-
-