public class AtomikosSQLException extends SQLException
| Modifier and Type | Method and Description |
|---|---|
static void |
throwAtomikosSQLException(String message)
Logs and throws an AtomikosSQLException.
|
static void |
throwAtomikosSQLException(String message,
Throwable cause)
Logs and throws an AtomikosSQLException.
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static void throwAtomikosSQLException(String message, Throwable cause) throws AtomikosSQLException
message - The message to use.cause - The causing error.AtomikosSQLExceptionpublic static void throwAtomikosSQLException(String message) throws AtomikosSQLException
message - The message to use.AtomikosSQLExceptionCopyright © 2023. All rights reserved.