Class COM.ibm.jaws.services.bcfw.MOFWCloneNotSupportedError
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.services.bcfw.MOFWCloneNotSupportedError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----COM.ibm.jaws.mofw.MOFWError
|
+----COM.ibm.jaws.services.bcfw.MOFWCloneNotSupportedError
- public class MOFWCloneNotSupportedError
- extends MOFWError
A MOFWCloneNotSupportedError signals that the CommandOn
class does not support a the Cloneable interface.
-
MOFWCloneNotSupportedError()
- Constructs a MOFWCloneNotSupportedError with no detailed
description.
MOFWCloneNotSupportedError
public MOFWCloneNotSupportedError()
- Constructs a MOFWCloneNotSupportedError 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