Class COM.ibm.jaws.mofw.CommandOnNotReadyError
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.mofw.CommandOnNotReadyError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----COM.ibm.jaws.mofw.MOFWError
|
+----COM.ibm.jaws.mofw.CommandOnNotReadyError
- public class CommandOnNotReadyError
- extends MOFWError
Subclass your exceptions from CommandOnNotReadyError to signal that
the "programming model" for a CommandOn object has been violated.
Like other Java Errors, the client need not use the catch/throw
mechanism and the implementor need not include it in the
throws clause.
-
CommandOnNotReadyError()
- Constructs a CommandOnNotReadyError with no detail message.
-
CommandOnNotReadyError(String)
- Constructs a CommandOnNotReadyError with a detail message.
CommandOnNotReadyError
public CommandOnNotReadyError()
- Constructs a CommandOnNotReadyError with no detail message.
CommandOnNotReadyError
public CommandOnNotReadyError(String s)
- Constructs a CommandOnNotReadyError with a detail message.
- Parameters:
- s - a
string
that indicates the problem.
All Packages Class Hierarchy This Package Previous Next Index