Class NotRecognizedDialectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
pl.decerto.hyperon.runtime.sql.dialect.exception.NotRecognizedDialectException
- All Implemented Interfaces:
Serializable
Thrown if there was a problem with parsing jdbc url to get database dialect
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotRecognizedDialectException(String message) Constructs aNotRecognizedDialectExceptionwith the specified message. -
Method Summary
Methods inherited from class pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
buildMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotRecognizedDialectException
Constructs aNotRecognizedDialectExceptionwith the specified message.- Parameters:
message- the detail message
-