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