public class RedshiftException extends SQLException
| Constructor and Description |
|---|
RedshiftException(ServerErrorMessage serverError) |
RedshiftException(ServerErrorMessage serverError,
boolean detail) |
RedshiftException(String msg) |
RedshiftException(String msg,
RedshiftState state) |
RedshiftException(String msg,
RedshiftState state,
Throwable cause) |
RedshiftException(String msg,
RedshiftState state,
Throwable cause,
RedshiftLogger logger) |
RedshiftException(String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ServerErrorMessage |
getServerErrorMessage() |
SQLException |
getSQLException() |
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 RedshiftException(String msg, RedshiftState state, Throwable cause, RedshiftLogger logger)
public RedshiftException(String msg, RedshiftState state, Throwable cause)
public RedshiftException(String msg, RedshiftState state)
public RedshiftException(String msg)
public RedshiftException(ServerErrorMessage serverError)
public RedshiftException(ServerErrorMessage serverError, boolean detail)
public ServerErrorMessage getServerErrorMessage()
public SQLException getSQLException()
Copyright © 2024 Amazon.com Inc.. All rights reserved.