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 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 |
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
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.