com.ibm.websphere.personalization.resources
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.personalization.resources.ResourceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AddResourceException, CreateResourceFromStreamException, DeleteResourceException, DuplicateResourceException, InitException, QueryLanguageNotSupportedException, ResourceUpdateException, WriteResourceToStreamException

public class ResourceException
extends java.lang.Exception

This is the base class for Exceptions thrown by resource collections.

See Also:
Serialized Form

Constructor Summary
ResourceException()
          Creates a new ResourceException with an empty cause and message.
ResourceException(java.lang.Exception e)
          Creates a new ResourceException and inits the cause.
ResourceException(java.lang.String s)
          Creates a new ResourceException with the supplied message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ResourceException

public ResourceException()
Creates a new ResourceException with an empty cause and message.


ResourceException

public ResourceException(java.lang.String s)
Creates a new ResourceException with the supplied message.


ResourceException

public ResourceException(java.lang.Exception e)
Creates a new ResourceException and inits the cause.

Parameters:
e - The cause of this ResourceException