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.
- Version:
- %I%, %G%
- See Also:
- 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 © 2005-2015 Oracle Corporation. All Rights Reserved.