org.apache.qpid.client
Class AMQAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by 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.

Constructor Summary
AMQAuthenticationException(org.apache.qpid.protocol.AMQConstant error, String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMQAuthenticationException

public AMQAuthenticationException(org.apache.qpid.protocol.AMQConstant error,
                                  String msg,
                                  Throwable cause)


Licensed to the Apache Software Foundation