public class SqlException extends RuntimeException
| Constructor and Description |
|---|
SqlException()
Instantiates a new sql exception.
|
SqlException(String message)
Instantiates a new sql exception.
|
SqlException(String message,
Throwable cause)
Instantiates a new sql exception.
|
SqlException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new sql exception.
|
SqlException(Throwable cause)
Instantiates a new sql exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SqlException()
public SqlException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack tracepublic SqlException(String message, Throwable cause)
message - the messagecause - the causepublic SqlException(String message)
message - the messagepublic SqlException(Throwable cause)
cause - the causeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.