javax.security.auth.message
Class AuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.security.auth.login.LoginException
                  extended by javax.security.auth.message.AuthException
All Implemented Interfaces:
java.io.Serializable

public class AuthException
extends javax.security.auth.login.LoginException

A generic authentication exception.

Version:
%I%, %G%
See Also:
Serialized Form

Constructor Summary
AuthException()
          Constructs an AuthException with no detail message.
AuthException(java.lang.String msg)
          Constructs an AuthException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthException

public AuthException()
Constructs an AuthException with no detail message. A detail message is a String that describes this particular exception.


AuthException

public AuthException(java.lang.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.


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41