Package pro.taskana.adapter.exceptions
Class UnsupportedDatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pro.taskana.adapter.exceptions.UnsupportedDatabaseException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedDatabaseException extends RuntimeException
This exception will be thrown if the database name doesn't match to one of the desired databases.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedDatabaseException(String name)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedDatabaseException
public UnsupportedDatabaseException(String name)
-
-