Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.6.3)

E15033-08


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:
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

Field Summary
static long serialVersionUID
           

 

Constructor Summary
AlreadyExistsException(Ref ref)
           
AlreadyExistsException(Ref ref, java.util.Locale locale)
           
AlreadyExistsException(java.lang.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,
                              java.util.Locale locale)

AlreadyExistsException

public AlreadyExistsException(Ref ref)

AlreadyExistsException

public AlreadyExistsException(java.lang.String msg)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.6.3)

E15033-08


Copyright © 2008, 2012, Oracle. All rights reserved.