public class SQLRuntimeException extends RuntimeException
Constructor and Description |
---|
SQLRuntimeException(SQLException cause)
Instantiates a new sQL runtime exception.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace()
Fill in stack trace.
|
SQLException |
getCause()
Gets the cause.
|
void |
printStackTrace(PrintStream s)
Prints the stack trace.
|
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public SQLRuntimeException(SQLException cause)
cause
- the causepublic SQLException getCause()
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- the sThrowable.printStackTrace(java.io.PrintStream)
Copyright © 2003–2020 XDEV Software. All rights reserved.