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