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