Exception Summary |
AddResourceException |
This exception if necessary should be thrown from the ResourceManager.add() method
if there is a problem, other than the fact the resource already exists,
when adding a resource. |
CreateResourceFromStreamException |
This Exception indicates an error creating a resource from a data stream,
normally as XML. |
DeleteResourceException |
This exception if necessary should be thrown from the ResourceManager.delete() method
if there is a problem removing the resource. |
DuplicateResourceException |
This exception if necessary should be thrown from the ResourceManager.add() method
if the resource you are trying to add already exists. |
InitException |
Thrown if there is a problem performing initialization of a resource collection. |
QueryLanguageNotSupportedException |
This exception if necessary should be thrown from the
ResourceDomain.findResourcesByQueryString() method if the ResourceDomain implementation
does not support the specific query language specified in the first parameter of the
method. |
ResourceException |
This is the base class for Exceptions thrown by resource collections. |
ResourceUpdateException |
This exception if necessary should be thrown
if there is a problem updating an existing resource. |
WriteResourceToStreamException |
This Exception indicates an error writing a resource to a stream, normally
as XML. |