Class ActiveMQInterceptorRejectedPacketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.api.core.ActiveMQInterceptorRejectedPacketException
- All Implemented Interfaces:
Serializable
An outgoing interceptor returned false.
See org.apache.activemq.artemis.api.core.client.ServerLocator#addOutgoingInterceptor(org.apache.activemq.artemis.api.core.Interceptor)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
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 Details
-
ActiveMQInterceptorRejectedPacketException
public ActiveMQInterceptorRejectedPacketException() -
ActiveMQInterceptorRejectedPacketException
-