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

Class COM.ibm.jaws.services.filepobc.FilepoIllegalAccessError

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

public class FilepoIllegalAccessError
extends RequestedInterfaceError
Signals that the required class was not public and in another package during a newInstance() method. This is thrown in Filepo's resolve(), createManaged(), readManaged() and readManageable() methods.

Constructor Index

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

Constructors

 o FilepoIllegalAccessError
  public FilepoIllegalAccessError(String className)
Constructs a FilepoIllegalAccessError with the class name for the class that cound not be accessed 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