Class ActiveMQUnsupportedPacketException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.activemq.artemis.api.core.ActiveMQException
-
- org.apache.activemq.artemis.api.core.ActiveMQUnsupportedPacketException
-
- All Implemented Interfaces:
Serializable
public final class ActiveMQUnsupportedPacketException extends ActiveMQException
A packet of unsupported type was received by ActiveMQ Artemis PacketHandler.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQUnsupportedPacketException()
ActiveMQUnsupportedPacketException(String msg)
-
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
-
ActiveMQUnsupportedPacketException
public ActiveMQUnsupportedPacketException()
-
ActiveMQUnsupportedPacketException
public ActiveMQUnsupportedPacketException(String msg)
-
-