org.glite.slcs
Class AuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.slcs.SLCSException
              extended by org.glite.slcs.AuthException
All Implemented Interfaces:
java.io.Serializable

public class AuthException
extends SLCSException

AuthException is the EGEE exception to describe a user authentication/authorisation error. The user should not get back much information.

Version:
$Revision: 1.3 $
Author:
Valery Tschopp
See Also:
Serialized Form

Constructor Summary
AuthException()
           
AuthException(java.lang.String arg0)
           
AuthException(java.lang.String arg0, java.lang.Throwable arg1)
           
AuthException(java.lang.Throwable arg0)
           
 
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(java.lang.String arg0)

AuthException

public AuthException(java.lang.String arg0,
                     java.lang.Throwable arg1)

AuthException

public AuthException(java.lang.Throwable arg0)