Class COM.ibm.jaws.services.filepobc.FilepoClassNotFoundError
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.services.filepobc.FilepoClassNotFoundError

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

public class FilepoClassNotFoundError
extends RequestedInterfaceError
A FilepoClassNotFoundError signals that the required class could not be found during a Class.forName() method. This is thrown in resolve(), createManaged(), readManaged() and readObject() methods.

Constructor Index

 o FilepoClassNotFoundError(String)
Constructs a FilepoClassNotFoundError with the class name for the class that cound not be found as a parameter.

Constructors

 o FilepoClassNotFoundError
  public FilepoClassNotFoundError(String className)
Constructs a FilepoClassNotFoundError with the class name for the class that cound not be found as a parameter. Like other Java RuntimeExceptions, the client need not use use the try/catch mechanism and the implementor need not declare it in its throws.

All Packages  Class Hierarchy  This Package  Previous  Next  Index