ch.odi.jaaspam
Class CredentialsInsufficientException

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.CredentialsInsufficientException
All Implemented Interfaces:
java.io.Serializable

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

The credentials provided by the application were not sufficient to authenticate the user.

Author:
Ortwin Gl?ck
See Also:
Serialized Form

Constructor Summary
CredentialsInsufficientException()
           
CredentialsInsufficientException(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

CredentialsInsufficientException

public CredentialsInsufficientException()

CredentialsInsufficientException

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


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