com.ibm.portal.resolver.exceptions
Class ObjectIDMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.resolver.exceptions.ResolutionException
              extended by com.ibm.portal.resolver.exceptions.EntityNotFoundException
                  extended by com.ibm.portal.resolver.exceptions.ResourceNotFoundException
                      extended by 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

Field Summary
 
Fields inherited from interface com.ibm.portal.resolver.exceptions.Constants
SC_BAD_REQUEST, SC_GONE, SC_INTERNAL_SERVER_ERROR, SC_NOT_FOUND, SC_REQUEST_TIMEOUT, SC_SERVICE_UNAVAILABLE, SC_UNAUTHORIZED
 
Constructor Summary
ObjectIDMissingException(ObjectType aObjectType)
           
 
Method Summary
protected  ObjectType getEntity()
          Returns the failing entity
 ObjectType getObjectType()
          The expected object type
 
Methods inherited from class com.ibm.portal.resolver.exceptions.EntityNotFoundException
getStatus, getTitle
 
Methods inherited from class com.ibm.portal.resolver.exceptions.ResolutionException
findLocalized, findLocalizedStatus, getDescription, getLocales, getLocalized, getLocalized, getLocalizedMessage, getLocalizedStatus, 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

ObjectIDMissingException

public ObjectIDMissingException(ObjectType aObjectType)
Method Detail

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