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