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

Class COM.ibm.jaws.services.filepobc.FilepoClassCastToManagedError

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

public class FilepoClassCastToManagedError
extends MOFWError
Signals that a downcast to a Managed failed during a readManaged() method, indicating that the managed object's type is incorrect.

Constructor Index

 o FilepoClassCastToManagedError(String)
Constructs a FilepoClassCastToManagedError with the class name for the class that could not be downcast as a parameter.

Constructors

 o FilepoClassCastToManagedError
  public FilepoClassCastToManagedError(String interfaceName)
Constructs a FilepoClassCastToManagedError 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