Serializablepublic final class UncheckedSQLException extends RuntimeException
SQLException with an unchecked exception.UncheckedIOException,
Serialized Form| Modifier and Type | Method | Description |
|---|---|---|
SQLException |
getCause() |
Convenience method that returns the cause as type
SQLException
avoiding the need to cast the result. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SQLException getCause()
SQLException
avoiding the need to cast the result.Copyright © 2016–2018. All rights reserved.