Class TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.util.transaction.TransactionException
All Implemented Interfaces:
Serializable

public class TransactionException extends RuntimeException
Author:
Eike Stepper
See Also:
No Extend
This interface is not intended to be extended by clients.
  • Constructor Details

    • TransactionException

      public TransactionException()
    • TransactionException

      public TransactionException(String message)
    • TransactionException

      public TransactionException(Throwable cause)
    • TransactionException

      public TransactionException(String message, Throwable cause)