net.sf.dropboxmq
Class DropboxTransaction.TransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.dropboxmq.DropboxTransaction.TransactionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DropboxTransaction.InLocalTransactionException, DropboxTransaction.NotAnXIDException, DropboxTransaction.ProtocolException
Enclosing class:
DropboxTransaction

public static class DropboxTransaction.TransactionException
extends Exception

See Also:
Serialized Form

Constructor Summary
DropboxTransaction.TransactionException(String message)
           
DropboxTransaction.TransactionException(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

DropboxTransaction.TransactionException

public DropboxTransaction.TransactionException(String message)

DropboxTransaction.TransactionException

public DropboxTransaction.TransactionException(Throwable cause)