Public Member Functions

cl.utfsm.acs.acg.core.UserAuthenticatorException Class Reference

Inherits java::lang::Exception.

List of all members.

Public Member Functions

 UserAuthenticatorException ()
 UserAuthenticatorException (String message)
 UserAuthenticatorException (Throwable cause)
 UserAuthenticatorException (String message, Throwable cause)

Detailed Description

Exception class used by the authentication process of the user.

Author:
rtobar

Constructor & Destructor Documentation

cl.utfsm.acs.acg.core.UserAuthenticatorException.UserAuthenticatorException (  ) 

Default constructor

cl.utfsm.acs.acg.core.UserAuthenticatorException.UserAuthenticatorException ( String  message  ) 
See also:
Exception.Exception(String)
cl.utfsm.acs.acg.core.UserAuthenticatorException.UserAuthenticatorException ( Throwable  cause  ) 
See also:
Exception.Exception(Throwable)
cl.utfsm.acs.acg.core.UserAuthenticatorException.UserAuthenticatorException ( String  message,
Throwable  cause 
)
See also:
Exception.Exception(String, Throwable)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties