Skip navigation links 
 
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:
- java.io.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 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
serialVersionUID
public static final long serialVersionUID
- 
- See Also:
- Constant Field Values
 
AlreadyExistsException
public AlreadyExistsException(Ref ref,
                              java.util.Locale locale)
AlreadyExistsException
public AlreadyExistsException(Ref ref)
AlreadyExistsException
public AlreadyExistsException(java.lang.String msg)
Skip navigation links 
 
Copyright © 2008, 2013, Oracle. All rights reserved.