Class FMG.BOL.Auth.AuthenticationException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class FMG.BOL.Auth.AuthenticationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----FMG.BOL.Auth.AuthenticationException

public class AuthenticationException
extends Exception
This class reports exceptions from the authentication protocol. The message from the server is contained in the string value. The numerical status is contained in the status member variable.
See Also:
Authenticator

Constructor Index

 o AuthenticationException()
Default constructor
 o AuthenticationException(int, String)
Constructs an AuthenticationException with a numerical and string representation of the authentication error.

Method Index

 o status()
Returns the numerical status returned by the server.

Constructors

 o AuthenticationException
  public AuthenticationException()
Default constructor
 o AuthenticationException
  public AuthenticationException(int status,
                                 String s)
Constructs an AuthenticationException with a numerical and string representation of the authentication error.
Parameters:
status - Numerical status returned by the server.
s - Error message from the server.

Methods

 o status
  public int status()
Returns the numerical status returned by the server.

All Packages  Class Hierarchy  This Package  Previous  Next  Index