Class HistoryDataBaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.langtool.history.db.HistoryDataBaseException
All Implemented Interfaces:
Serializable

public class HistoryDataBaseException extends RuntimeException
Thrown by the project translation storage when a problem occurs.
See Also:
  • Constructor Details

    • HistoryDataBaseException

      public HistoryDataBaseException(String message, Throwable cause)
      Constructs a new HistoryDataBaseException exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • HistoryDataBaseException

      public HistoryDataBaseException(String message)
      Constructs a new HistoryDataBaseException exception with the specified detail message.
      Parameters:
      message - the detail message
    • HistoryDataBaseException

      public HistoryDataBaseException(Throwable cause)
      Constructs a new HistoryDataBaseException exception with the specified cause.
      Parameters:
      message - the cause