com.ibm.websphere.personalization.resources
Class ResourceUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.personalization.resources.ResourceException
              extended by 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.