Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.mrtesz.teszcore.exceptions.TeszCoreException
io.github.mrtesz.teszcore.exceptions.DatabaseException
- All Implemented Interfaces:
Copyable<TeszCoreException>,Serializable
Exception, used in database context
- See Also:
-
Field Summary
Fields inherited from class io.github.mrtesz.teszcore.exceptions.TeszCoreException
cause, message -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseException
-
-
Method Details
-
copy
Description copied from interface:CopyableCopy the executing class- Returns:
- a copy of the class executed in
-