com.bea.wli.config.component
Class AlreadyExistsException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.bea.wli.config.component.ValidationException
com.bea.wli.config.component.ValidationException
               com.bea.wli.config.component.AlreadyExistsException
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
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
AlreadyExistsException
public AlreadyExistsException(Ref ref)
AlreadyExistsException
public AlreadyExistsException(String msg)