Module org.firebirdsql.jna
Package org.firebirdsql.jna.embedded.spi
Class FirebirdEmbeddedLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedLoadingException
- All Implemented Interfaces:
Serializable
Exception to signal errors when loading or identifying a Firebird Embedded library.
- Since:
- 5
- Author:
- Mark Rotteveel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFirebirdEmbeddedLoadingException
(String message) FirebirdEmbeddedLoadingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FirebirdEmbeddedLoadingException
-
FirebirdEmbeddedLoadingException
-