public class AmqpProtocolException extends IOException
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSymbolicName() |
boolean |
isFatal() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmqpProtocolException()
public AmqpProtocolException(String s)
public AmqpProtocolException(String s, boolean fatal)
public boolean isFatal()
public String getSymbolicName()
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.