public class SQLException extends RuntimeException
SQLException()
SQLException(String massage)
SQLException(String massage, Throwable cause)
SQLException(Throwable cause)
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SQLException()
public SQLException(String massage)
public SQLException(Throwable cause)
public SQLException(String massage, Throwable cause)
Copyright © 2021. All rights reserved.