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

Class COM.ibm.jaws.mofw.RequestedInterfaceError

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

public class RequestedInterfaceError
extends MOFWError
Subclass your exceptions from RequestedInterfaceError to signal that the interface in a resolve() create(), readObject() or readManaged() cannot be returned.

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

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index