Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.websphere.personalization.resources
Class ResourceUpdateExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.personalization.resources.ResourceException
com.ibm.websphere.personalization.resources.ResourceUpdateException
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceUpdateException- extends ResourceException
This exception if necessary should be thrown if there is a problem updating an existing resource.
- See Also:
- ResourceManager3.sync(Resource, RequestContext), Serialized Form
Constructor Summary ResourceUpdateException()
Creates a new ResourceUpdateException with an empty cause and message.ResourceUpdateException(java.lang.String message)
Creates a new ResourceUpdateException 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 ResourceUpdateException
public ResourceUpdateException()
- Creates a new ResourceUpdateException with an empty cause and message.
ResourceUpdateException
public ResourceUpdateException(java.lang.String message)
- Creates a new ResourceUpdateException with the supplied message.
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD