Class BadJdbcUrlStructureException
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.BadJdbcUrlStructureException
- All Implemented Interfaces:
Serializable
Thrown if there was a problem with recognize parsed database dialect.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadJdbcUrlStructureException(String message) Constructs aBadJdbcUrlStructureExceptionwith 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
-
BadJdbcUrlStructureException
Constructs aBadJdbcUrlStructureExceptionwith the specified message.- Parameters:
message- the detail message
-