Class InjectionFailureException

All Implemented Interfaces:
Serializable

public class InjectionFailureException extends AbstractSlidingException
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 Details

    • InjectionFailureException

      public InjectionFailureException()
    • InjectionFailureException

      public InjectionFailureException(String message)
    • InjectionFailureException

      public InjectionFailureException(String message, Throwable e)