Class COM.ibm.jaws.services.bcfw.MethodNotSupportedException
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.services.bcfw.MethodNotSupportedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.ibm.jaws.mofw.MOFWException
|
+----COM.ibm.jaws.services.bcfw.MethodNotSupportedException
- public class MethodNotSupportedException
- extends MOFWException
Subclass your exceptions from MOFWException to signal that your
implementation is low QoS.
Like other Java RuntimeExceptions, the client need not use the catch/throw
mechanism and the implementor need not include it in the
throws clause.
-
MethodNotSupportedException()
- Constructs a MethodNotSupportedException with no detail message.
-
MethodNotSupportedException(String)
- Constructs a MethodNotSupportedException with a detail message.
MethodNotSupportedException
public MethodNotSupportedException()
- Constructs a MethodNotSupportedException with no detail message.
MethodNotSupportedException
public MethodNotSupportedException(String s)
- Constructs a MethodNotSupportedException with a detail message.
- Parameters:
- s - a
String
that indicates the problem.
All Packages Class Hierarchy This Package Previous Next Index