com.bea.wli.config.component
Class AlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wli.config.component.ValidationException
              extended by com.bea.wli.config.component.AlreadyExistsException
All Implemented Interfaces:
Serializable

public class AlreadyExistsException
extends ValidationException

Thrown when an operation (such as create, or rename) expects a project, folder or resource to not exist, but does indeed exist.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
AlreadyExistsException(Ref ref)
           
AlreadyExistsException(String msg)
           
 
Method Summary
 
Methods inherited from class com.bea.wli.config.component.ValidationException
getDiagnostics, getRef
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AlreadyExistsException

public AlreadyExistsException(Ref ref)

AlreadyExistsException

public AlreadyExistsException(String msg)