Package sk.antons.tempdb
Class TempDbException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sk.antons.tempdb.TempDbException
-
- All Implemented Interfaces:
Serializable
public class TempDbException extends RuntimeException
generic esception for implementation classes.- Author:
- antons
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TempDbException()TempDbException(String message)TempDbException(String message, Throwable cause)TempDbException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-