public class AMQInternalException extends AMQException
AMQConstant.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) |
AMQInternalException(String msg,
Throwable cause)
Creates an exception with an optional message and optional underlying cause.
|
cloneForCurrentThread, getErrorCode, isHardError, toString
clone
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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(String msg)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.