Package cz.tvrzna.dbrunk.exceptions
Class DbrunkInitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cz.tvrzna.dbrunk.exceptions.DbrunkInitException
-
- All Implemented Interfaces:
Serializable
public class DbrunkInitException extends Exception
The Class DbrunkInitException.- Author:
- michalt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DbrunkInitException(String message, Throwable cause)Instantiates a new dbrunk init exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-