Package com.e1c.langtool.history.db
Class HistoryDataBaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.langtool.history.db.HistoryDataBaseException
- All Implemented Interfaces:
Serializable
Thrown by the project translation storage when a problem occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHistoryDataBaseException(String message) Constructs a newHistoryDataBaseExceptionexception with the specified detail message.HistoryDataBaseException(String message, Throwable cause) Constructs a newHistoryDataBaseExceptionexception with the specified detail message and cause.Constructs a newHistoryDataBaseExceptionexception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HistoryDataBaseException
Constructs a newHistoryDataBaseExceptionexception with the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause
-
HistoryDataBaseException
Constructs a newHistoryDataBaseExceptionexception with the specified detail message.- Parameters:
message- the detail message
-
HistoryDataBaseException
Constructs a newHistoryDataBaseExceptionexception with the specified cause.- Parameters:
message- the cause
-