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

Class COM.ibm.jaws.services.filepobc.FilepoClassCastToFilepoCachedError

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

public class FilepoClassCastToFilepoCachedError
extends MOFWError
Signals that a downcast to a FilepoCached failed during a newInstance() method, indicating that the Cached object's type is incorrect. This is thrown in Filepo's resolve() and createManaged() methods.

Constructor Index

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

Constructors

 o FilepoClassCastToFilepoCachedError
  public FilepoClassCastToFilepoCachedError(String cachedClassName)
Constructs a FilepoClassCastToFilepoCachedError 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