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, toString
private static final long serialVersionUID
public SqlRuntimeException()
public SqlRuntimeException(String message)
message
- the error messagepublic SqlRuntimeException(Throwable cause)
cause
- the error causeCopyright © 2016. All rights reserved.