Class COM.ibm.jaws.services.bcfw.InvalidReferenceException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.services.bcfw.InvalidReferenceException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.ibm.jaws.mofw.MOFWException
                                   |
                                   +----COM.ibm.jaws.services.bcfw.InvalidReferenceException

public class InvalidReferenceException
extends MOFWException
Subclass your exceptions from InvalidReferenceException to signal that the target object has been removed (or never created).

Like other Java RuntimeExceptions, the client need not use the catch/throw mechanism and the implementor need not include it in the throws clause.


Constructor Index

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

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index