Klasse NoRowsException

Alle implementierten Schnittstellen:
Serializable, Iterable<Throwable>

public class NoRowsException extends TorqueException
This exception indicates that no rows were returned but at least one should have been returned.
Version:
$Id: NoRowsException.java 1351125 2012-06-17 16:51:03Z tv $
Autor:
Quinton McCombs
Siehe auch:
  • Konstruktordetails

    • NoRowsException

      public NoRowsException()
      Constructs a new TorqueException without specified detail message.
    • NoRowsException

      public NoRowsException(String msg)
      Constructs a new TorqueException with specified detail message.
      Parameter:
      msg - the error message.
    • NoRowsException

      public NoRowsException(Throwable nested)
      Constructs a new TorqueException with specified nested Throwable.
      Parameter:
      nested - the exception or error that caused this exception to be thrown.
    • NoRowsException

      public NoRowsException(String msg, Throwable nested)
      Constructs a new TorqueException with specified detail message and nested Throwable.
      Parameter:
      msg - the error message.
      nested - the exception or error that caused this exception to be thrown.