com.arjuna.wst
Class FaultedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arjuna.wst.FaultedException
All Implemented Interfaces:
Serializable

public class FaultedException
extends 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(String s)
           
 
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

FaultedException

public FaultedException()

FaultedException

public FaultedException(String s)


Copyright © 2011. All Rights Reserved.