public class AtomikosSQLException
extends java.sql.SQLException
| Modifier and Type | Method and Description |
|---|---|
static void |
throwAtomikosSQLException(java.lang.String message)
Logs and throws an AtomikosSQLException.
|
static void |
throwAtomikosSQLException(java.lang.String message,
java.lang.Throwable cause)
Logs and throws an AtomikosSQLException.
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionpublic static void throwAtomikosSQLException(java.lang.String message,
java.lang.Throwable cause)
throws AtomikosSQLException
message - The message to use.cause - The causing error.AtomikosSQLExceptionpublic static void throwAtomikosSQLException(java.lang.String message)
throws AtomikosSQLException
message - The message to use.AtomikosSQLExceptionCopyright © 2018. All Rights Reserved.