|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.model.controller.exceptions
Class CannotInstantiateModifiableNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.ModelException
com.ibm.portal.model.controller.exceptions.CannotInstantiateModifiableNodeException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class CannotInstantiateModifiableNodeException
- extends ModelException
This abstract exception indicates that a Modifiable
cannot be instantiated.
- Since:
- 6.1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable
|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CannotInstantiateModifiableNodeException
public CannotInstantiateModifiableNodeException()
- Creates the exception.
CannotInstantiateModifiableNodeException
public CannotInstantiateModifiableNodeException(java.lang.Throwable aCause)
- Creates the exception with the underlying cause.
- Parameters:
- aCause - the underlying cause for the exception
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |