public class AMQException extends QpidException
| Constructor and Description |
|---|
AMQException(int errorCode,
boolean isHardError,
String message,
Throwable cause) |
AMQException(int errorCode,
String message) |
AMQException(int errorCode,
String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
AMQException |
cloneForCurrentThread()
Rethrown this exception as a new exception.
|
int |
getErrorCode() |
boolean |
isHardError() |
String |
toString() |
cloneaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AMQException(int errorCode,
String message)
public String toString()
toString in class QpidExceptionpublic int getErrorCode()
public boolean isHardError()
public AMQException cloneForCurrentThread()
QpidExceptioncloneForCurrentThread in class QpidExceptionCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.