com.ibm.websphere.ilm.bpel
Class MultipleInstanceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.ilm.bpel.MultipleInstanceException
All Implemented Interfaces:
java.io.Serializable

public class MultipleInstanceException
extends java.lang.Exception

This exception should be thrown when more than one instance of a stateful web service is returned by the Correlation Set

Since:
1.0
Version:
1.0
See Also:
Serialized Form

Constructor Summary
MultipleInstanceException(java.lang.String message)
          Constructor for MultipleInstanceException with a message.
 
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

MultipleInstanceException

public MultipleInstanceException(java.lang.String message)
Constructor for MultipleInstanceException with a message.

Parameters:
message - An explanation of why this exception has occurred