Class NoSuchRecordException

All Implemented Interfaces:
Serializable

public class NoSuchRecordException extends NoSuchElementException
Thrown whenever a client expected to read a record that was not available (i.e. because it wasn't returned by the server). This usually indicates an expectation mismatch between client code and database application logic.
Since:
1.0
See Also:
  • Constructor Details

    • NoSuchRecordException

      public NoSuchRecordException(String message)