com.atomikos.tcc
Class TccException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atomikos.tcc.TccException
All Implemented Interfaces:
Serializable

public class TccException
extends Exception

An exception to signal application-level errors in the TryConfirmCancel paradigm.

See Also:
Serialized Form

Constructor Summary
TccException()
           
TccException(String reason)
           
 
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

TccException

public TccException()

TccException

public TccException(String reason)


Copyright © 2012. All Rights Reserved.