public class SerialException extends SQLException
BLOB, CLOB, STRUCT or ARRAY in addition to SQL types such as
DATALINK and JAVAOBJECT
| Constructor and Description |
|---|
SerialException()
Creates a new
SerialException without a message.
|
SerialException(String
Creates a new
SerialException with the specified message.
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic SerialException()
SerialException without a message.
public SerialException(Stringmsg)
SerialException with the specified message.
msg - the detail message