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

Class COM.ibm.jaws.services.filepobc.FilepoCloneNotSupportedError

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

public class FilepoCloneNotSupportedError
extends MOFWError
A FilepoCloneNotSupportedError signals that the CommandOn class does not support a the Cloneable interface.

Constructor Index

 o FilepoCloneNotSupportedError()
Constructs a FilepoCloneNotSupportedError with no detailed description.

Constructors

 o FilepoCloneNotSupportedError
  public FilepoCloneNotSupportedError()
Constructs a FilepoCloneNotSupportedError with no detailed description. 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