Class DBRecordAlreadyExistsException

All Implemented Interfaces:
Serializable

public class DBRecordAlreadyExistsException extends DBException
This exception indicates that a record already exists in the internal database.
See Also:
  • Constructor Details

    • DBRecordAlreadyExistsException

      public DBRecordAlreadyExistsException(String errorString)
    • DBRecordAlreadyExistsException

      public DBRecordAlreadyExistsException(String errorString, Throwable cause)