Class InstantiationFailureException

All Implemented Interfaces:
Serializable

public class InstantiationFailureException extends DatabaseException
Exception thrown when there is a problem with instantiation or conversion.
See Also:
  • Constructor Details

    • InstantiationFailureException

      public InstantiationFailureException(@NotNull @NotNull String message)
    • InstantiationFailureException

      public InstantiationFailureException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)