Class ActiveMQTransactionTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- org.apache.activemq.artemis.api.core.ActiveMQTransactionTimeoutException
-
- All Implemented Interfaces:
Serializable
public class ActiveMQTransactionTimeoutException extends ActiveMQException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQTransactionTimeoutException()
ActiveMQTransactionTimeoutException(String message)
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.api.core.ActiveMQException
getType, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ActiveMQTransactionTimeoutException
public ActiveMQTransactionTimeoutException()
-
ActiveMQTransactionTimeoutException
public ActiveMQTransactionTimeoutException(String message)
-
-