Skip navigation links

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


oracle.wcps.property
Class NotFoundException

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

All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends java.lang.RuntimeException

The NotFoundException is thrown from a property service to indicate that the property entity being managed could not be found in the system.

See Also:
Serialized Form

Constructor Summary
NotFoundException(java.lang.Class modelClass, IName name)
          Constructs a NotFoundException indicating that the object of the specified class with the specified Name could not be found in the system.
NotFoundException(java.lang.Class modelClass, java.lang.String fullName)
          Constructs a NotFoundException indicating that the object of the specified class with the specified name could not be found in the system.
NotFoundException(INamespaceName namespaceName)
          Constructs a NotFoundException indicating that the specified Namespace could not be found in the system.
NotFoundException(IPropertyDefinition definition)
          Constructs a NotFoundException indicating that the specified PropertyDefinition could not be found in the system.
NotFoundException(IPropertySet propertySet)
          Constructs a NotFoundException indicating that the specified PropertySet could not be found in the system.
NotFoundException(IPropertySetDefinition setDefinition)
          Constructs a NotFoundException indicating that the specified PropertySetDefinition could not be found in the system.
NotFoundException(java.lang.String message)
          Constructs a NotFoundException with the specified message.

 

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

NotFoundException

public NotFoundException(INamespaceName namespaceName)
Constructs a NotFoundException indicating that the specified Namespace could not be found in the system.
Parameters:
namespaceName - - the Namespace pertaining to this exception.

NotFoundException

public NotFoundException(IPropertyDefinition definition)
Constructs a NotFoundException indicating that the specified PropertyDefinition could not be found in the system.
Parameters:
definition - - the PropertyDefinition pertaining to this exception.

NotFoundException

public NotFoundException(IPropertySetDefinition setDefinition)
Constructs a NotFoundException indicating that the specified PropertySetDefinition could not be found in the system.
Parameters:
setDefinition - - the PropertySetDefinition pertaining to this exception.

NotFoundException

public NotFoundException(IPropertySet propertySet)
Constructs a NotFoundException indicating that the specified PropertySet could not be found in the system.
Parameters:
propertySet - - the PropertySet pertaining to this exception.

NotFoundException

public NotFoundException(java.lang.Class modelClass,
                         IName name)
Constructs a NotFoundException indicating that the object of the specified class with the specified Name could not be found in the system.
Parameters:
modelClass - - the object class pertaining to this exception.
name - - the Name of the object pertaining to this exception.

NotFoundException

public NotFoundException(java.lang.Class modelClass,
                         java.lang.String fullName)
Constructs a NotFoundException indicating that the object of the specified class with the specified name could not be found in the system.
Parameters:
modelClass - - the object class pertaining to this exception.
fullName - - the name of the object pertaining to this exception.

NotFoundException

public NotFoundException(java.lang.String message)
Constructs a NotFoundException with the specified message.
Parameters:
message - - the message pertaining to the NotFoundException.

Skip navigation links

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


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