org.apache.tuscany.sca.policy.transaction
Class IncompatibleIntentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.policy.transaction.IncompatibleIntentException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleIntentException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
IncompatibleIntentException()
           
IncompatibleIntentException(java.lang.String message)
           
IncompatibleIntentException(java.lang.String message, java.lang.Throwable cause)
           
IncompatibleIntentException(java.lang.Throwable cause)
           
 
Method Summary
 
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

IncompatibleIntentException

public IncompatibleIntentException()

IncompatibleIntentException

public IncompatibleIntentException(java.lang.String message,
                                   java.lang.Throwable cause)

IncompatibleIntentException

public IncompatibleIntentException(java.lang.String message)

IncompatibleIntentException

public IncompatibleIntentException(java.lang.Throwable cause)