Class COM.ibm.jaws.mofw.RelativeToError
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.mofw.RelativeToError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Error
                   |
                   +----COM.ibm.jaws.mofw.MOFWError
                           |
                           +----COM.ibm.jaws.mofw.RelativeToError

public class RelativeToError
extends MOFWError
Subclass your exceptions from RelativeToError to signal that the BaseCollection passed in to a getIdentifier() is not in the identity path of the target Managed object.

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

Constructors

 o RelativeToError
  public RelativeToError()
Constructs a RelativeToError with no detail message.
 o RelativeToError
  public RelativeToError(String s)
Constructs a RelativeToError with a detail message.
Parameters:
s - a string that indicates the problem.

All Packages  Class Hierarchy  This Package  Previous  Next  Index