|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.bpm.client.common.BPMServiceClientException
public class BPMServiceClientException
BPM client exception.
| Constructor Summary | |
|---|---|
BPMServiceClientException()
Creates a new BPMServiceClientException instance. |
|
BPMServiceClientException(java.lang.Exception e)
Creates a new BPMServiceClientException instance. |
|
BPMServiceClientException(java.lang.String message)
Creates a new BPMServiceClientException instance. |
|
BPMServiceClientException(java.lang.String message,
java.lang.Throwable th)
Creates a new BPMServiceClientException instance. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BPMServiceClientException()
BPMServiceClientException instance.
public BPMServiceClientException(java.lang.Exception e)
BPMServiceClientException instance.
e - an Exception valuepublic BPMServiceClientException(java.lang.String message)
BPMServiceClientException instance.
message - a String value
public BPMServiceClientException(java.lang.String message,
java.lang.Throwable th)
BPMServiceClientException instance.
message - a String value
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||