org.smartcomps.twister.engine.exception
Class CorrelationViolationException

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

public class CorrelationViolationException
extends EngineException

Exception for the standard BPEL fault bpws:correlationViolation.

See Also:
Serialized Form

Constructor Summary
CorrelationViolationException(java.lang.String s)
           
CorrelationViolationException(java.lang.String s, java.lang.Throwable throwable)
           
CorrelationViolationException(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

CorrelationViolationException

public CorrelationViolationException(java.lang.String s)

CorrelationViolationException

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

CorrelationViolationException

public CorrelationViolationException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.