Serializable
public final class UncheckedSQLException extends RuntimeException
SQLException
with an unchecked exception.UncheckedIOException
,
Serialized FormModifier 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, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SQLException getCause()
SQLException
avoiding the need to cast the result.Copyright © 2016–2018. All rights reserved.