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