public class NoRowsException extends TorqueException
Constructor and Description |
---|
NoRowsException()
Constructs a new
TorqueException without specified detail
message. |
NoRowsException(String msg)
Constructs a new
TorqueException with specified detail
message. |
NoRowsException(String msg,
Throwable nested)
Constructs a new
TorqueException with specified detail
message and nested Throwable . |
NoRowsException(Throwable nested)
Constructs a new
TorqueException with specified nested
Throwable . |
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 NoRowsException()
TorqueException
without specified detail
message.public NoRowsException(String msg)
TorqueException
with specified detail
message.msg
- the error message.public NoRowsException(Throwable nested)
TorqueException
with specified nested
Throwable
.nested
- the exception or error that caused this exception
to be thrown.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.