|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.ac.exception
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.ac.exception.AccessControlException
com.ibm.portal.ac.exception.ObjectNotFoundException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class ObjectNotFoundException
- extends AccessControlException
This exception is thrown if the requested object cannot be found in the
system.
- Since:
- 6.1.0.3
- See Also:
- Serialized Form
Method Summary
|
abstract java.lang.Object |
getObjectIdentifier()
Returns the object identifier that was used during the lookup that failed. |
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 |
ObjectNotFoundException
protected ObjectNotFoundException()
- empty constructor.
ObjectNotFoundException
protected ObjectNotFoundException(java.lang.Throwable cause)
- constructor that takes another throwable as cause.
- Parameters:
- cause - the original throwable that caused this exception
getObjectIdentifier
public abstract java.lang.Object getObjectIdentifier()
- Returns the object identifier that was used during the lookup that failed.
- Returns:
- the identifier for which no object could be found
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |