com.ibm.atp.auth
Class AuthenticationProtocolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.ProtocolException
                          |
                          +--com.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

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, 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

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