org.apache.qpid
Class AMQSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQSecurityException
- All Implemented Interfaces:
- Serializable
public class AMQSecurityException
- extends AMQException
SecurityException encapsulates error code 403, or AMQConstant.ACCESS_REFUSED
exceptions relating to the
AMQ protocol. It is used to report authorisation failures and security errors.
- See Also:
- Serialized Form
AMQSecurityException
public AMQSecurityException(String msg,
Throwable cause)
- Creates an exception with an optional message and optional underlying cause.
- Parameters:
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.
AMQSecurityException
public AMQSecurityException(String msg)
AMQSecurityException
public AMQSecurityException()
Licensed to the Apache Software Foundation