Package com.ibm.portal.resolver.exceptions

Exceptions defined by the URI resolution framework.

See:
          Description

Interface Summary
Constants Constants for HTTP status codes.
 

Class Summary
Helper This class provides some utility methods for exceptions.
 

Exception Summary
AccessControlFailedException Thrown if a resource requires particular access control rights
EntityDeletedException An entity was not found on the server because it has been deleted
EntityNotFoundException An entity (service, resource) could not be found
InvalidParameterException A particular parameter was invalid
LocalizedIOException Helper exception to wrap localization information into a SAXException
LocalizedSAXException Helper exception to wrap localization information into a SAXException
LocalizedTransformerException Helper exception to wrap localization information into a TransformerException
MessageCodeIOException IOException wrapped into a SAXException
MessageCodeResolutionException IOException wrapped into a ResolutionException
MessageCodeSAXException IOException wrapped into a SAXException
MessageCodeTransformerException IOException wrapped into a TransformerException
ObjectIDDeletedException A resource that can be identified by an objectID has been deleted.
ObjectIDMissingException Indicates that an ObjectID was expected but not available.
ObjectIDNotFoundException An objectID could not be located
RedirectResolutionException Exception that indicates to the caller of the resolution process that it should redirect to the URL produced in RedirectResolutionException.writeRedirectURL(Writer) to complete the resolution process.
ResolutionException Baseclass for the exceptions that can occur during the resolution process
ResolutionProxyException Wrapper around an arbitrary exception cause
ResolutionRuntimeException Wrapper exception for RuntimeException
ResolutionSerializationException Wrapper exception for a serialization exception.
ResolutionTimeoutException  
ResourceDeletedException A resource has been deleted
ResourceNotFoundException A particular resource could not be located
ServiceHandlerNotFoundException A COR service handler for a particular URI could not be found
ServiceNotAvailableException A service could not be found
ServiceNotFoundException A service required during the resolution process could not be found
URINotFoundException An objectID could not be located
 

Package com.ibm.portal.resolver.exceptions Description

Exceptions defined by the URI resolution framework.

Package Specification

Exceptions of the URI framework. Each exception implements the Localized interface as required by the portal programming model.