javax.security.auth.message
Class AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
javax.security.auth.message.AuthException
- All Implemented Interfaces:
- Serializable
public class AuthException
- extends LoginException
A generic authentication exception.
- Since:
- Dec 5, 2005
- Author:
- Anil Saldhana@jboss.org, Charlie Lai, Ron Monzillo (Javadoc for JSR-196)
- See Also:
LoginException
,
Serialized Form
Constructor Summary |
AuthException()
Constructs an AuthException with no detail message. |
AuthException(String msg)
Constructs an AuthException with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthException
public AuthException()
- Constructs an AuthException with no detail message.
A detail message is a String that describes this particular exception.
AuthException
public AuthException(String msg)
- Constructs an AuthException with the specified detail message. A detail
message is a String that describes this particular exception.
- Parameters:
msg
- the detail message.
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.