Java org.springframework.transaction TransactionSystemException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction TransactionSystemException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction TransactionSystemException.

The text is from its open source code.

Constructor

TransactionSystemException(String msg)
Constructor for TransactionSystemException.
TransactionSystemException(String msg, Throwable cause)
Constructor for TransactionSystemException.

Method

StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
ThrowablegetMostSpecificCause()
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
voidinitApplicationException(Throwable ex)
Set an application exception that was thrown before this transaction exception, preserving the original exception despite the overriding TransactionSystemException.