|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| 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
oracle.wcps.property.PropertyServiceException
public class PropertyServiceException
A base checked exception that is thrown from a property service to indicate that a problem occurred while accessing or managing property data.
| 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 |
|---|
public PropertyServiceException()
public PropertyServiceException(java.lang.String message)
message - - the detailed message pertaining to this exception.
public PropertyServiceException(java.lang.String message,
java.lang.Throwable cause)
message - - the detailed message pertaining to this exception.cause - - the cause of this exception.public PropertyServiceException(java.lang.Throwable cause)
cause - - the cause of this exception.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||