com.ibm.websphere.personalization.resources
Class DuplicateResourceException

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

public class DuplicateResourceException
extends ResourceException

This exception if necessary should be thrown from the ResourceManager.add() method if the resource you are trying to add already exists.

See Also:
Serialized Form

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

DuplicateResourceException

public DuplicateResourceException()

DuplicateResourceException

public DuplicateResourceException(java.lang.String s)