com.ibm.portal.ac.exception
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.ac.exception.AccessControlException
              extended by 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

Constructor Summary
protected ObjectNotFoundException()
          empty constructor.
protected ObjectNotFoundException(java.lang.Throwable cause)
          constructor that takes another throwable as cause.
 
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
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Constructor Detail

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
Method Detail

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