Class DBRecordNotFoundException

All Implemented Interfaces:
Serializable

public class DBRecordNotFoundException extends DBException
This exception indicates that a record does not exist in the internal database.
See Also:
  • Constructor Details

    • DBRecordNotFoundException

      public DBRecordNotFoundException(String errorString)
    • DBRecordNotFoundException

      public DBRecordNotFoundException(String errorString, Throwable cause)