ch.odi.jaaspam
Class AuthInfoUnavailableException

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 ch.odi.jaaspam.AuthInfoUnavailableException
All Implemented Interfaces:
java.io.Serializable

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

Signals failure to access the authentication information. This may be a temporary problem or a misconfiguration.

Author:
Ortwin Gl?ck
See Also:
Serialized Form

Constructor Summary
AuthInfoUnavailableException()
           
AuthInfoUnavailableException(java.lang.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

AuthInfoUnavailableException

public AuthInfoUnavailableException()

AuthInfoUnavailableException

public AuthInfoUnavailableException(java.lang.String msg)
Parameters:
msg -


Copyright © 2004-2008 Ortwin Glück. All Rights Reserved.