Package com.swiftmq.amqp.v100.client
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.amqp.v100.client.AuthenticationException
- All Implemented Interfaces:
Serializable
Authentication exception thrown when a user cannot authenticated during connect or is not
granted to access/create a specific resource.
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2011, All Rights Reserved
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
Constructs an Authentication exception.- Parameters:
s
- exception message
-