Class InstantiationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dalesbred.DatabaseException
org.dalesbred.internal.instantiation.InstantiationFailureException
- All Implemented Interfaces:
Serializable
Exception thrown when there is a problem with instantiation or conversion.
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiationFailureException
(@NotNull String message) InstantiationFailureException
(@NotNull String message, @NotNull Throwable cause) -
Method Summary
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InstantiationFailureException
-
InstantiationFailureException
-