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, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public NoSingleRowResultSetException()
public NoSingleRowResultSetException(String message)
message
- Message indicating why the exception occurred.Copyright © 2008–2018. All rights reserved.