Class COM.ibm.jaws.services.filepobc.FilepoInstantiationError
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.services.filepobc.FilepoInstantiationError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----COM.ibm.jaws.mofw.MOFWError
|
+----COM.ibm.jaws.mofw.RequestedInterfaceError
|
+----COM.ibm.jaws.services.filepobc.FilepoInstantiationError
- public class FilepoInstantiationError
- extends RequestedInterfaceError
A FilepoInstantiationError signals that the instance
could not be instantiated during a newInstance() method.
This may be caused due to no simple default constructor.
This is thrown in resolve(), createManaged(), readManaged()
and readManageable() methods.
-
FilepoInstantiationError(String)
- Constructs a FilepoInstantiationError with the class name
for the class that could not be instantiated as a parameter.
FilepoInstantiationError
public FilepoInstantiationError(String className)
- Constructs a FilepoInstantiationError with the class name
for the class that could not be instantiated 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