|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.wcps.property.OperationFailedException
public class OperationFailedException
The OperationFailedException is thrown from a property service to indicate that a persistence operation has failed.
| Nested Class Summary | |
|---|---|
static class |
OperationFailedException.OperationThe Operation enum is used to indicate which persistence operation failed. |
| Constructor Summary | |
|---|---|
OperationFailedException(java.lang.Class modelClass, IName name, OperationFailedException.Operation operation, java.lang.Throwable cause)Constructs an OperationFailedException indicating that the specified operation failed on an object of the specified class with the specified name and root cause. |
|
OperationFailedException(java.lang.Class modelClass, OperationFailedException.Operation operation, java.lang.Throwable cause)Constructs an OperationFailedException indicating that the specified operation failed on an object of the specified class with the specified root cause. |
|
OperationFailedException(INamespaceName namespaceName, OperationFailedException.Operation operation, java.lang.Throwable cause)Constructs an OperationFailedException indicating that the specified operation performed on the Namespace with the specified name failed with the specified root cause. |
|
OperationFailedException(IPropertyDefinitionName definitionName, OperationFailedException.Operation operation, java.lang.Throwable cause)Constructs an OperationFailedException indicating that the specified operation performed on the PropertyDefinition with the specified name failed with the specified root cause. |
|
OperationFailedException(IPropertySetDefinitionName setDefinitionName, OperationFailedException.Operation operation, java.lang.Throwable cause)Constructs an OperationFailedException indicating that the specified operation performed on the PropertySetDefinition with the specified name failed with the specified root cause. |
|
OperationFailedException(IPropertySetName propertySetName, OperationFailedException.Operation operation, java.lang.Throwable cause)Constructs an OperationFailedException indicating that the specified operation performed on the PropertySet with the specified name failed with the specified root cause. |
|
OperationFailedException(java.lang.String message, java.lang.Throwable cause)Constructs an OperationFailedException with the specified message and cause. |
|
| 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 |
|---|
public OperationFailedException(java.lang.String message,
java.lang.Throwable cause)
message - - the message pertaining to this exception.cause - - the root cause of the exception.
public OperationFailedException(java.lang.Class modelClass,
OperationFailedException.Operation operation,
java.lang.Throwable cause)
modelClass - - the object class pertaining to this exception.operation - - the operation pertaining to this exception.cause - - the root cause of this exception.
public OperationFailedException(java.lang.Class modelClass,
IName name,
OperationFailedException.Operation operation,
java.lang.Throwable cause)
modelClass - - the object class pertaining to this exception.name - - the nae of the object pertaining to this exception.operation - - the operation pertaining to this exception.cause - - the root cause of this exception.
public OperationFailedException(INamespaceName namespaceName,
OperationFailedException.Operation operation,
java.lang.Throwable cause)
namespaceName - - the name of the Namespace pertaining to this exception.operation - - the operation pertaining to this exception.cause - - the root cause of this exception.
public OperationFailedException(IPropertyDefinitionName definitionName,
OperationFailedException.Operation operation,
java.lang.Throwable cause)
definitionName - - the name of the PropertyDefinition pertaining to this exception.operation - - the operation pertaining to this exception.cause - - the root cause of this exception.
public OperationFailedException(IPropertySetDefinitionName setDefinitionName,
OperationFailedException.Operation operation,
java.lang.Throwable cause)
setDefinitionName - - the name of the PropertySetDefinition pertaining to this exception.operation - - the operation pertaining to this exception.cause - - the root cause of this exception.
public OperationFailedException(IPropertySetName propertySetName,
OperationFailedException.Operation operation,
java.lang.Throwable cause)
propertySetName - - the name of the PropertySet pertaining to this exception.operation - - the operation pertaining to this exception.cause - - the root cause of this exception.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||