|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.netuix.application.exception.NetuixException
com.bea.netuix.application.exception.ObjectNotFoundException
This exception is thrown when an invalid portal object is encountered when performing
some action. An example would be trying to delete a Page
with an invalid
PageDefinitionId
.
Constructor Summary | |
ObjectNotFoundException()
Constructs a ObjectNotFoundException with no specified detail message. |
|
ObjectNotFoundException(String s)
Constructs a ObjectNotFoundException with the specified detail message. |
|
ObjectNotFoundException(String s,
Throwable cause)
Constructs a ObjectNotFoundException with the specified detail message and causal exception. |
|
ObjectNotFoundException(Throwable cause)
Constructs a ObjectNotFoundException with the specified causal exception. |
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 |
Constructor Detail |
public ObjectNotFoundException()
ObjectNotFoundException
with no specified detail message.
public ObjectNotFoundException(String s)
ObjectNotFoundException
with the specified detail message.
public ObjectNotFoundException(String s, Throwable cause)
ObjectNotFoundException
with the specified detail message and causal exception.
public ObjectNotFoundException(Throwable cause)
ObjectNotFoundException
with the specified causal exception.
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |