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, toString
Copyright © 2002-2019 Atlassian. All Rights Reserved.