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, toString
public AmqpProtocolException()
public AmqpProtocolException(String s)
public AmqpProtocolException(String s, boolean fatal)
public AmqpProtocolException(String s, String msg)
public AmqpProtocolException(String s, boolean fatal, Throwable cause)
public AmqpProtocolException(String symbolicName, String s, boolean fatal, Throwable cause)
public boolean isFatal()
public String getSymbolicName()
Copyright © 2005–2020 FuseSource, Corp.. All rights reserved.