public class SqlRuntimeException extends RuntimeException
For more info please see the Tutorials.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SqlRuntimeException()
Creates a new instance of the exception.
|
SqlRuntimeException(String message)
Creates a new instance of the exception.
|
SqlRuntimeException(String message,
Throwable cause)
Creates a new instance of the exception.
|
SqlRuntimeException(Throwable cause)
Creates a new instance of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public SqlRuntimeException()
public SqlRuntimeException(String message)
message - the error messagepublic SqlRuntimeException(Throwable cause)
cause - the error causeCopyright © 2017. All rights reserved.