com.arjuna.wst
Class FaultedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.arjuna.wst.FaultedException
All Implemented Interfaces:
java.io.Serializable

public class FaultedException
extends java.lang.Exception

Thrown if there is a fault during complete or compensation.

Since:
1.0.
Version:
$Id: FaultedException.java,v 1.1 2004/04/21 15:57:04 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
See Also:
Serialized Form

Constructor Summary
FaultedException()
           
FaultedException(java.lang.String s)
           
 
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

FaultedException

public FaultedException()

FaultedException

public FaultedException(java.lang.String s)