Package org.jdbi.v3.core.extension
Class NoSuchExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdbi.v3.core.JdbiException
org.jdbi.v3.core.extension.NoSuchExtensionException
- All Implemented Interfaces:
- Serializable
Thrown when an extension of an unknown type is created.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionNoSuchExtensionException(Class<?> extensionClass) NoSuchExtensionException(String message) NoSuchExtensionException(String string, Throwable throwable) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoSuchExtensionException
- 
NoSuchExtensionException
- 
NoSuchExtensionException
- 
NoSuchExtensionException
 
-