Class COM.ibm.jaws.services.filepobc.FilepoClassCastToManagedDelError
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.services.filepobc.FilepoClassCastToManagedDelError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----COM.ibm.jaws.mofw.MOFWError
|
+----COM.ibm.jaws.services.filepobc.FilepoClassCastToManagedDelError
- public class FilepoClassCastToManagedDelError
- extends MOFWError
Signals that a downcast to a ManagedDel failed during a
newInstance() method, indicating that the managed object's
type is incorrect.
This is thrown in Filepo's resolve() and createManaged() methods.
-
FilepoClassCastToManagedDelError(String)
- Constructs a FilepoClassCastToManagedDelError with the class name
for the class that could not be downcast as a parameter.
FilepoClassCastToManagedDelError
public FilepoClassCastToManagedDelError(String managedClassName)
- Constructs a FilepoClassCastToManagedDelError with the class name
for the class that could not be downcast as a parameter.
Like other Java Errors, 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