com.ibm.websphere.ilm.bpel
Class ServiceDefinitionException

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

public class ServiceDefinitionException
extends java.lang.Exception

This exception should be thrown when no correlation sets are defined for the operation, but implicit create has been set to false.

Since:
1.0
Version:
1.0
See Also:
Serialized Form

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

ServiceDefinitionException

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

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