public class UnsupportedTransactionException extends RepositoryException
| Constructor and Description |
|---|
UnsupportedTransactionException(String msg)
Constructor for UnsupportedTransactionException.
|
UnsupportedTransactionException(String msg,
Throwable cause)
Constructor for UnsupportedTransactionException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedTransactionException(String msg)
msg - the detail from exception messagepublic UnsupportedTransactionException(String msg, Throwable cause)
msg - the detail from exception messagecause - the trouble root cause , usually JDBC family exceptionCopyright © 2012–2020 jkniv, copyleft code. All rights reserved.