com.ibm.websphere.personalization.resources
Class AddResourceException

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

public class AddResourceException
extends ResourceException

This exception if necessary should be thrown from the ResourceManager.add() method if there is a problem, other than the fact the resource already exists, when adding a resource.

See Also:
Serialized Form

Constructor Summary
AddResourceException()
           
AddResourceException(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

AddResourceException

public AddResourceException()

AddResourceException

public AddResourceException(java.lang.String s)