org.smartcomps.twister.engine.exception
Class ConflictingReceiveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.engine.exception.EngineException
                    |
                    +--org.smartcomps.twister.engine.exception.ConflictingReceiveException
All Implemented Interfaces:
java.io.Serializable

public class ConflictingReceiveException
extends EngineException

Exception for the standard BPEL fault bpws:conflictingReceive.

See Also:
Serialized Form

Constructor Summary
ConflictingReceiveException(java.lang.String s)
           
ConflictingReceiveException(java.lang.String s, java.lang.Throwable throwable)
           
ConflictingReceiveException(java.lang.Throwable throwable)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConflictingReceiveException

public ConflictingReceiveException(java.lang.String s)

ConflictingReceiveException

public ConflictingReceiveException(java.lang.String s,
                                   java.lang.Throwable throwable)

ConflictingReceiveException

public ConflictingReceiveException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.