com.ibm.gcs.netutil
Class GCSContentHandlerNotSupported
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.ibm.gcs.netutil.GCSContentHandlerNotSupported
- All Implemented Interfaces:
- java.io.Serializable
- public class GCSContentHandlerNotSupported
- extends java.lang.RuntimeException
This is a Content Handler Exception class notifying that the Content Handler Factory
does not know which ContentHandler to return
- See Also:
GCSContentHandlerFactory
, Serialized Form
Constructor Summary |
GCSContentHandlerNotSupported()
GCSContentHandlerNotSupported : constructor
Constructor calls the super class constructor with
a "Content Handler Not Supported" error |
GCSContentHandlerNotSupported(java.lang.String s)
GCSContentHandlerNotSupported : 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 |
GCSContentHandlerNotSupported
public GCSContentHandlerNotSupported()
- GCSContentHandlerNotSupported : constructor
Constructor calls the super class constructor with
a "Content Handler Not Supported" error
GCSContentHandlerNotSupported
public GCSContentHandlerNotSupported(java.lang.String s)
- GCSContentHandlerNotSupported : 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.