Class AmqpProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.activemq.transport.amqp.AmqpProtocolException
-
- All Implemented Interfaces:
Serializable
public class AmqpProtocolException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmqpProtocolException()
AmqpProtocolException(String s)
AmqpProtocolException(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSymbolicName()
boolean
isFatal()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
isFatal
public boolean isFatal()
-
getSymbolicName
public String getSymbolicName()
-
-