Klasse TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.util.transaction.TransactionException
Alle implementierten Schnittstellen:
Serializable

public class TransactionException extends RuntimeException
Autor:
Eike Stepper
Siehe auch:
No Extend
This interface is not intended to be extended by clients.
  • Konstruktordetails

    • TransactionException

      public TransactionException()
    • TransactionException

      public TransactionException(String message)
    • TransactionException

      public TransactionException(Throwable cause)
    • TransactionException

      public TransactionException(String message, Throwable cause)