Enterprise Information Portal APIs

com.ibm.gcs.netutil.http
Class IllegalProtocolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.gcs.component.NLSException
                    |
                    +--com.ibm.gcs.netutil.http.IllegalProtocolException
All Implemented Interfaces:
java.io.Serializable

public class IllegalProtocolException
extends NLSException

IllegalProtocolException: This is thrown if the protocol that the user specifies is not of the right type the system expects

See Also:
NLSException, Serialized Form

Constructor Summary
IllegalProtocolException()
          IllegalProtocolException : constructor Constructor calls the super class constructor with a "not implemented" string
IllegalProtocolException(java.lang.String s)
          IllegalProtocolException : constructor This constructor takes a string argument
 
Methods inherited from class com.ibm.gcs.component.NLSException
localize, localize, setLocale
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalProtocolException

public IllegalProtocolException()
IllegalProtocolException : constructor Constructor calls the super class constructor with a "not implemented" string

IllegalProtocolException

public IllegalProtocolException(java.lang.String s)
IllegalProtocolException : constructor This constructor takes a string argument
Parameters:
s - is a string object

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.