Package com.jsql.model.exception
Class InjectionFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jsql.model.exception.JSqlException
com.jsql.model.exception.AbstractSlidingException
com.jsql.model.exception.InjectionFailureException
- All Implemented Interfaces:
Serializable
Exception class thrown during initial step of injection (aka preparation).
Concerns every step before the user can interact
with database elements (database, table, column)
- See Also:
-
Constructor Summary
ConstructorDescriptionInjectionFailureException
(String message) InjectionFailureException
(String message, Throwable e) -
Method Summary
Methods inherited from class com.jsql.model.exception.AbstractSlidingException
getSlidingWindowAllRows, getSlidingWindowCurrentRows
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InjectionFailureException
public InjectionFailureException() -
InjectionFailureException
-
InjectionFailureException
-