public class TransactionRuntimeException extends RuntimeException
RuntimeException is
doesnt need to be explcitly handed.
This exception class therefore is a marker one so that you can write code to catch this specific exception if you so choose }
| Constructor and Description |
|---|
TransactionRuntimeException() |
TransactionRuntimeException(String message) |
TransactionRuntimeException(String message,
Throwable cause) |
TransactionRuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2002-2021 Atlassian. All Rights Reserved.