com.ibm.portal.resolver.exceptions
Class ResourceNotFoundException

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
All Implemented Interfaces:
Localized, LocalizedStatus, java.io.Serializable
Direct Known Subclasses:
ObjectIDNotFoundException

public abstract class ResourceNotFoundException
extends EntityNotFoundException

A particular resource could not be located

See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException()
           
ResourceNotFoundException(java.lang.Throwable th)
           
 
Method Summary
 
Methods inherited from class com.ibm.portal.resolver.exceptions.EntityNotFoundException
getEntity, getStatus, getTitle
 
Methods inherited from class com.ibm.portal.resolver.exceptions.ResolutionException
getDescription, getLocales, 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

ResourceNotFoundException

public ResourceNotFoundException()

ResourceNotFoundException

public ResourceNotFoundException(java.lang.Throwable th)