public class AMQInternalException extends AMQException
ErrorCodes.INTERNAL_ERROR exceptions relating to the
AMQ protocol. It is used to report internal failures and errors that occur within the broker.| Constructor and Description |
|---|
AMQInternalException(String msg,
Throwable cause)
Creates an exception with an optional message and optional underlying cause.
|
| Modifier and Type | Method and Description |
|---|---|
AMQInternalException |
cloneForCurrentThread()
Rethrown this exception as a new exception.
|
getErrorCode, isHardError, toStringcloneaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AMQInternalException(String msg, Throwable cause)
msg - The exception message. May be null if not to be set.cause - The underlying cause of the exception. May be null if not to be set.public AMQInternalException cloneForCurrentThread()
QpidExceptioncloneForCurrentThread in class AMQExceptionCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.