Package bayern.steinbrecher.dbConnector
Class DatabaseNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
bayern.steinbrecher.dbConnector.DatabaseNotFoundException
- All Implemented Interfaces:
java.io.Serializable
public class DatabaseNotFoundException
extends java.lang.Exception
- Since:
- 0.1
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DatabaseNotFoundException()DatabaseNotFoundException(java.lang.String message)DatabaseNotFoundException(java.lang.String message, java.lang.Throwable cause) -
Method Summary
-
Constructor Details
-
DatabaseNotFoundException
public DatabaseNotFoundException()- Since:
- 0.1
-
DatabaseNotFoundException
public DatabaseNotFoundException(java.lang.String message)- Since:
- 0.1
-
DatabaseNotFoundException
public DatabaseNotFoundException(java.lang.String message, java.lang.Throwable cause)- Since:
- 0.1
-