public class AMQSecurityException extends AMQException
AMQConstant.ACCESS_REFUSED
exceptions relating to the
AMQ protocol. It is used to report authorisation failures and security errors.Constructor and Description |
---|
AMQSecurityException(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 AMQSecurityException(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.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.