|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.exceptions
Class CannotCreateDocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.DocumentModelException
com.ibm.portal.state.exceptions.CannotCreateDocumentException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class CannotCreateDocumentException
- extends DocumentModelException
Exception representing the error case that a document model factory
cannot create a new state document (a DocumentModel).
- Since:
- 5.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CannotCreateDocumentException
public CannotCreateDocumentException(java.lang.Exception aReason)
- The factory could not create a new document.
- Parameters:
- aReason - Reason for not being able to create the document
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |