java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.odoframework.container.tx.RollbackFailedException
- All Implemented Interfaces:
Serializable
public class RollbackFailedException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RollbackFailedException(String message, Map<TxResource,Exception> causes) -
Method Summary
Modifier and Type Method Description voidprintStackTrace()voidprintStackTrace(PrintStream s)voidprintStackTrace(PrintWriter writer)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
RollbackFailedException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-