com.ibm.bpe.api

Class FaultReplyException2

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.bpe.api.ProcessException
  5. extended bycom.ibm.bpe.api.BpelException
  6. extended bycom.ibm.bpe.api.FaultReplyException
  7. extended bycom.ibm.bpe.api.FaultReplyException2
All implemented interfaces:
java.io.Serializable

  1. public class FaultReplyException2
  2. extends FaultReplyException
A FaultReplyException2 states that a modelled fault is returned. It carries the QName of the Fault message in addition to the information in FaultReplyException
Since:
6.0
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
Fields inherited from class com.ibm.bpe.api.BpelException
NAMESPACE_BPEL, NAMESPACE_WPC
Fields inherited from class com.ibm.bpe.api.ProcessException
_catalog, _cause, _id, _key, _message, _vars

Constructor Summary

Constructor and Description
FaultReplyException2(java.lang.Object[] vars,java.lang.String faultName,java.lang.String faultMsgNamespace,java.lang.String faultMsgLocalName,java.io.Serializable faultMessage)
Deprecated.
FaultReplyException2(java.lang.Object[] vars,java.lang.String faultName,java.lang.String faultMsgNamespace,java.lang.String faultMsgLocalName,java.io.Serializable faultMessage,java.lang.String applicationName)
Constructs an exception object with the specified fault name and message and remembers the values of the message variables passed.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getFaultMessageLocalName()
Returns the fault message local name.
  1. java.lang.String
getFaultMessageNamespace()
Returns the fault message namespace
Methods inherited from class com.ibm.bpe.api.FaultReplyException
getFaultMessage, getFaultName, setFaultMessage, setFaultMessage
Methods inherited from class com.ibm.bpe.api.ProcessException
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

  1. public static final java.lang.String COPYRIGHT
See Also:

Constructor Detail

FaultReplyException2

  1. public FaultReplyException2(java.lang.Object[] vars,
  2. java.lang.String faultName,
  3. java.lang.String faultMsgNamespace,
  4. java.lang.String faultMsgLocalName,
  5. java.io.Serializable faultMessage)
Deprecated.
Constructs an exception object with the specified fault name and message and remembers the values of the message variables passed. The fault message can thus localize the cause of the error.
Parameters:
vars - The values of the message variables. Can be an empty array. If the array contains objects, they must be Serializable.
faultName - The fault name.
faultMessage - The fault message.

FaultReplyException2

  1. public FaultReplyException2(java.lang.Object[] vars,
  2. java.lang.String faultName,
  3. java.lang.String faultMsgNamespace,
  4. java.lang.String faultMsgLocalName,
  5. java.io.Serializable faultMessage,
  6. java.lang.String applicationName)
Constructs an exception object with the specified fault name and message and remembers the values of the message variables passed. The fault message can thus localize the cause of the error.
Parameters:
vars - The values of the message variables. Can be an empty array. If the array contains objects, they must be Serializable.
faultName - The fault name.
faultMessage - The fault message.
applicationName - The application that contains the modelled fault.

Method Detail

getFaultMessageNamespace

  1. public java.lang.String getFaultMessageNamespace( )
Returns the fault message namespace
Returns:
String - The fault message namespace

getFaultMessageLocalName

  1. public java.lang.String getFaultMessageLocalName( )
Returns the fault message local name.
Returns:
String - The fault message local name.