Class UnableToCreateExtensionException

All Implemented Interfaces:
Serializable

@Beta public final class UnableToCreateExtensionException extends JdbiException
Marks that a specific extension could not be created.
Since:
3.38.0
See Also:
  • Constructor Details

    • UnableToCreateExtensionException

      @FormatMethod public UnableToCreateExtensionException(String format, Object... args)
      Constructs a new instance with a message.
      Parameters:
      format - A String.format(java.lang.String, java.lang.Object...) format string
      args - Arguments for the format string
    • UnableToCreateExtensionException

      @FormatMethod public UnableToCreateExtensionException(Throwable throwable, String format, Object... args)
      Constructs a new instance with an exception and a message.
      Parameters:
      throwable - A throwable
      format - A String.format(java.lang.String, java.lang.Object...) format string
      args - Arguments for the format string
    • UnableToCreateExtensionException

      public UnableToCreateExtensionException(Throwable cause)