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.


Constructor Index

 o InvalidKeyError()
Constructs a InvalidKeyError with no detail message.
 o InvalidKeyError(String)
Constructs a InvalidKeyError with a detail message.

Constructors

 o InvalidKeyError
  public InvalidKeyError()
Constructs a InvalidKeyError with no detail message.
 o 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