com.ibm.atp.auth
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.atp.auth.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends java.lang.Exception

The AuthenticationException class is the authentication protocol exception class.

Version:
1.00 $Date: 2001/07/28 06:33:42 $
Author:
ONO Kouichi
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
          Default Constructor shows stack trace.
AuthenticationException(java.lang.String msg)
          Constructor shows stack trace with the specified detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()
Default Constructor shows stack trace.

AuthenticationException

public AuthenticationException(java.lang.String msg)
Constructor shows stack trace with the specified detailed message.
Parameters:
msg - the detailed message