PREV CLASS NEXT CLASS
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.websphere.personalization.resources
Class ResourceExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
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)PREV CLASS NEXT CLASS
- Creates a new ResourceException and inits the cause.
- Parameters:
- e - The cause of this ResourceException
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD