Package 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:
java.io.Serializable
public class AuthException extends javax.security.auth.login.LoginException
- Version:
- $Rev: 892163 $ $Date: 2009-12-18 02:28:34 -0500 (Fri, 18 Dec 2009) $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description AuthException()
AuthException(java.lang.String msg)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-