Package com.swiftmq.swiftlet.auth
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
javax.jms.JMSSecurityException
com.swiftmq.swiftlet.auth.AuthenticationException
- All Implemented Interfaces:
Serializable
public class AuthenticationException
extends javax.jms.JMSSecurityException
An exception thrown by the AuthenticationSwiftlet
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new AuthenticationException -
Method Summary
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
Constructs a new AuthenticationException- Parameters:
msg
- the message
-