|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.resolver.exceptions
Class ObjectIDMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.resolver.exceptions.ResolutionException
com.ibm.portal.resolver.exceptions.EntityNotFoundException
com.ibm.portal.resolver.exceptions.ResourceNotFoundException
com.ibm.portal.resolver.exceptions.ObjectIDMissingException
- All Implemented Interfaces:
- Localized, LocalizedStatus, Constants, java.io.Serializable
public class ObjectIDMissingException
- extends ResourceNotFoundException
Indicates that an ObjectID was expected but not available.
- Since:
- 7.0
- See Also:
- Serialized Form
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 |
ObjectIDMissingException
public ObjectIDMissingException(ObjectType aObjectType)
getEntity
protected ObjectType getEntity()
- Description copied from class: EntityNotFoundException
- Returns the failing entity
- Specified by:
- getEntity in class EntityNotFoundException
- Returns:
- the failed entity
getObjectType
public ObjectType getObjectType()
- The expected object type
- Returns:
- the type
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |