public class NoSingleRowResultSetException extends SQLException
| Constructor and Description |
|---|
NoSingleRowResultSetException()
Constructs an exception using a standard localized message.
|
NoSingleRowResultSetException(String message)
Constructs an exception using the supplied (non-localized) 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 NoSingleRowResultSetException()
public NoSingleRowResultSetException(String message)
message - Message indicating why the exception occurred.Copyright © 2008–2017. All rights reserved.