Package org.jboss.as.ejb3.tx
Class TimerTransactionRolledBackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.as.ejb3.tx.TimerTransactionRolledBackException
-
- All Implemented Interfaces:
Serializable
public class TimerTransactionRolledBackException extends RuntimeException
- Author:
- Stuart Douglas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimerTransactionRolledBackException()TimerTransactionRolledBackException(String message)TimerTransactionRolledBackException(String message, Throwable cause)TimerTransactionRolledBackException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-