com.ibm.atp.auth
Class AuthenticationProtocolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.net.ProtocolException
                  extended bycom.ibm.atp.auth.AuthenticationProtocolException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationProtocolException
extends java.net.ProtocolException

The AuthenticationProtocolException class is the authentication protocol exception class.

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AuthenticationProtocolException()
          Default Constructor shows stack trace.
AuthenticationProtocolException(java.lang.String msg)
          Constructor shows stack trace with the specified detailed message.
 
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

AuthenticationProtocolException

public AuthenticationProtocolException()
Default Constructor shows stack trace.


AuthenticationProtocolException

public AuthenticationProtocolException(java.lang.String msg)
Constructor shows stack trace with the specified detailed message.

Parameters:
msg - the detailed message