Class NoSuchRowException

All Implemented Interfaces:
Serializable

public class NoSuchRowException extends DatabaseException
Thrown when attempting to read or write against a nonexistent row which was expected to exist.
See Also:
  • Constructor Details

    • NoSuchRowException

      public NoSuchRowException()
    • NoSuchRowException

      public NoSuchRowException(String message)