com.ibm.websphere.ilm.bpel
Class InvalidMessageException

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

public class InvalidMessageException
extends java.lang.Exception

This exception should be thrown when the message does not contain the parts expected by the correlation set

Since:
1.0
Version:
1.0
See Also:
Serialized Form

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

InvalidMessageException

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

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