public class SQLRuntimeException extends RuntimeException
SQLException.| Constructor and Description |
|---|
SQLRuntimeException()
Constructs a new instance.
|
SQLRuntimeException(String message)
Constructs a new instance.
|
SQLRuntimeException(String message,
Throwable cause)
Constructs a new instance.
|
SQLRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new instance.
|
SQLRuntimeException(Throwable cause)
Constructs a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SQLRuntimeException()
public SQLRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - cause - enableSuppression - writableStackTrace - public SQLRuntimeException(String message, Throwable cause)
message - cause - public SQLRuntimeException(String message)
message - public SQLRuntimeException(Throwable cause)
cause - Copyright © 2014–2015 Carl Harris, Jr. All rights reserved.