Class AmqpProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.activemq.transport.amqp.AmqpProtocolException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmqpProtocolException(String s, boolean fatal) AmqpProtocolException(String s, boolean fatal, Throwable cause) AmqpProtocolException(String s, String msg) AmqpProtocolException(String symbolicName, String s, boolean fatal, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmqpProtocolException
public AmqpProtocolException() -
AmqpProtocolException
-
AmqpProtocolException
-
AmqpProtocolException
-
AmqpProtocolException
-
AmqpProtocolException
-
-
Method Details
-
isFatal
public boolean isFatal() -
getSymbolicName
-