com.ibm.websphere.ilm.bpel
Class CreateFailedException

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

public class CreateFailedException
extends java.lang.Exception

This exception should be thrown when there has been a problem creating a new instance of the stateful web service

Since:
1.0
Version:
1.0
See Also:
Serialized Form

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

CreateFailedException

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

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