com.ibm.websphere.personalization.resources
Class DeleteResourceException

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.DeleteResourceException
All Implemented Interfaces:
java.io.Serializable

public class DeleteResourceException
extends ResourceException

This exception if necessary should be thrown from the ResourceManager.delete() method if there is a problem removing the resource.

See Also:
Serialized Form

Constructor Summary
DeleteResourceException()
           
DeleteResourceException(java.lang.String s)
           
 
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

DeleteResourceException

public DeleteResourceException()

DeleteResourceException

public DeleteResourceException(java.lang.String s)