Skip navigation links

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


oracle.wcps.property
Class PropertyServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.wcps.property.PropertyServiceException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ObjectInUseException, ObjectOutOfSyncException

public class PropertyServiceException
extends java.lang.Exception

A base checked exception that is thrown from a property service to indicate that a problem occurred while accessing or managing property data.

See Also:
Serialized Form

Constructor Summary
PropertyServiceException()
          Constructs a PropertyServiceExcpetion with no detailed message or cause.
PropertyServiceException(java.lang.String message)
          Constructs a PropertyServiceException with the specified detailed message.
PropertyServiceException(java.lang.String message, java.lang.Throwable cause)
          Constructs a PropertyServiceException with the specified detailed message and cause.
PropertyServiceException(java.lang.Throwable cause)
          Constructs a PropertyServiceException with the specified 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

PropertyServiceException

public PropertyServiceException()
Constructs a PropertyServiceExcpetion with no detailed message or cause.

PropertyServiceException

public PropertyServiceException(java.lang.String message)
Constructs a PropertyServiceException with the specified detailed message.
Parameters:
message - - the detailed message pertaining to this exception.

PropertyServiceException

public PropertyServiceException(java.lang.String message,
                                java.lang.Throwable cause)
Constructs a PropertyServiceException with the specified detailed message and cause.
Parameters:
message - - the detailed message pertaining to this exception.
cause - - the cause of this exception.

PropertyServiceException

public PropertyServiceException(java.lang.Throwable cause)
Constructs a PropertyServiceException with the specified cause.
Parameters:
cause - - the cause of this exception.

Skip navigation links

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


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