org.apache.qpid.client
Class AMQAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.client.AMQAuthenticationException
- All Implemented Interfaces:
- Serializable
public class AMQAuthenticationException
- extends org.apache.qpid.AMQException
AMQAuthenticationException represents all failures to authenticate access to a broker.
CRC Card
Responsibilities | Collaborations
|
---|
Represent failure to authenticate the client.
|
- See Also:
- Serialized Form
- Todo:
- Will this alwyas have the same status code, NOT_ALLOWED 530? Might set this up to always use that code.
Methods inherited from class org.apache.qpid.AMQException |
cloneForCurrentThread, getErrorCode, isHardError, toString |
AMQAuthenticationException
public AMQAuthenticationException(org.apache.qpid.protocol.AMQConstant error,
String msg,
Throwable cause)
Licensed to the Apache Software Foundation