Package io.questdb.jar.jni
Class LoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.questdb.jar.jni.LoadException
-
- All Implemented Interfaces:
Serializable
public class LoadException extends RuntimeException
Exception thrown when a native library cannot be loaded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoadException(String message)LoadException(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
-
-