Class ActiveMQIOErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- org.apache.activemq.artemis.api.core.ActiveMQIOErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ActiveMQIOErrorException extends ActiveMQException
Unexpected I/O error occurred on the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQIOErrorException()ActiveMQIOErrorException(java.lang.String msg)ActiveMQIOErrorException(java.lang.String msg, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.api.core.ActiveMQException
getType, toString
-
-