Class ActiveMQNativeIOError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- org.apache.activemq.artemis.api.core.ActiveMQNativeIOError
-
- All Implemented Interfaces:
java.io.Serializable
public final class ActiveMQNativeIOError extends ActiveMQException
An error has happened at ActiveMQ's native (non-Java) code used in reading and writing data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQNativeIOError()ActiveMQNativeIOError(java.lang.String msg)ActiveMQNativeIOError(java.lang.String msg, java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.api.core.ActiveMQException
getType, toString
-
-