Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.client.common
Class BPMServiceClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.bpm.client.common.BPMServiceClientException
All Implemented Interfaces:
java.io.Serializable

public class BPMServiceClientException
extends java.lang.RuntimeException

BPM client exception.

See Also:
Serialized Form

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

BPMServiceClientException

public BPMServiceClientException()
Creates a new BPMServiceClientException instance.


BPMServiceClientException

public BPMServiceClientException(java.lang.Exception e)
Creates a new BPMServiceClientException instance.

Parameters:
e - an Exception value

BPMServiceClientException

public BPMServiceClientException(java.lang.String message)
Creates a new BPMServiceClientException instance.

Parameters:
message - a String value

BPMServiceClientException

public BPMServiceClientException(java.lang.String message,
                                 java.lang.Throwable th)
Creates a new BPMServiceClientException instance.

Parameters:
message - a String value

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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