|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.portal.ModelException com.ibm.portal.ObjectNotFoundException
public abstract class ObjectNotFoundException
This exception is thrown if an object has been requested and is not found, or the user does not have permissions to access the object.
Constructor Summary | |
---|---|
protected |
ObjectNotFoundException()
Empty constructor |
|
ObjectNotFoundException(java.lang.Throwable cause)
Initializes the exception with the reason of the exception. |
Method Summary |
---|
Methods inherited from class com.ibm.portal.ModelException |
---|
getDescription, getLocales, getLocalizedMessage, getMessage, getTitle |
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 |
Constructor Detail |
---|
protected ObjectNotFoundException()
public ObjectNotFoundException(java.lang.Throwable cause)
cause
- Root cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |