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:
Serializable

public class AuthException
extends LoginException

Version:
$Rev: 617352 $ $Date: 2008-01-31 21:16:16 -0800 (Thu, 31 Jan 2008) $
See Also:
Serialized Form

Constructor Summary
AuthException()
           
AuthException(String msg)
           
 
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()

AuthException

public AuthException(String msg)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.