Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.wcps.property
Class AlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.wcps.property.AlreadyExistsException

All Implemented Interfaces:
java.io.Serializable

public class AlreadyExistsException
extends java.lang.RuntimeException

The AlreadyExistsException is thrown from a property service to indicate that the property entity being created already exists in the system.

See Also:
Serialized Form

Constructor Summary
AlreadyExistsException(java.lang.Class modelClass, IName name)
          Constructs an AlreadyExistsException indicating that the object of the specified class with the specified Name already exists in the system.
AlreadyExistsException(java.lang.Class modelClass, java.lang.String name)
          Constructs an AlreadyExistsException indicating that the object of the specified class with the specified name already exists in the system.
AlreadyExistsException(INamespaceName namespaceName)
          Constructs an AlreadyExistsException indicating that the specified Namespace already exists in the system.
AlreadyExistsException(IProperty property)
          Constructs an AlreadyExistsException indicating that the specified Property already exists in the system.
AlreadyExistsException(IPropertyDefinition definition)
          Constructs an AlreadyExistsException indicating that the specified PropertyDefinition already exists in the system.
AlreadyExistsException(IPropertySet propertySet)
          Constructs an AlreadyExistsException indicating that the specified PropertySet already exists in the system.
AlreadyExistsException(IPropertySetDefinition setDefinition)
          Constructs an AlreadyExistsException indicating that the specified PropertySetDefinition already exists in the system.

 

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

AlreadyExistsException

public AlreadyExistsException(INamespaceName namespaceName)
Constructs an AlreadyExistsException indicating that the specified Namespace already exists in the system.
Parameters:
namespaceName - - the Namespace pertaining to this exception.

AlreadyExistsException

public AlreadyExistsException(IPropertyDefinition definition)
Constructs an AlreadyExistsException indicating that the specified PropertyDefinition already exists in the system.
Parameters:
definition - - the PropertyDefinition pertaining to this exception.

AlreadyExistsException

public AlreadyExistsException(IPropertySetDefinition setDefinition)
Constructs an AlreadyExistsException indicating that the specified PropertySetDefinition already exists in the system.
Parameters:
setDefinition - - the PropertySetDefinition pertaining to this exception.

AlreadyExistsException

public AlreadyExistsException(IPropertySet propertySet)
Constructs an AlreadyExistsException indicating that the specified PropertySet already exists in the system.
Parameters:
propertySet - - the PropertySet pertaining to this exception.

AlreadyExistsException

public AlreadyExistsException(IProperty property)
Constructs an AlreadyExistsException indicating that the specified Property already exists in the system.
Parameters:
property - - the Property pertaining to this exception.

AlreadyExistsException

public AlreadyExistsException(java.lang.Class modelClass,
                              IName name)
Constructs an AlreadyExistsException indicating that the object of the specified class with the specified Name already exists in the system.
Parameters:
modelClass - - the object class pertaining to this exception.
name - - the Name of the object pertaining to this exception.

AlreadyExistsException

public AlreadyExistsException(java.lang.Class modelClass,
                              java.lang.String name)
Constructs an AlreadyExistsException indicating that the object of the specified class with the specified name already exists in the system.
Parameters:
modelClass - - the object class pertaining to this exception.
name - - the name of the object pertaining to this exception.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.