Package org.apache.tomcat.jni
Class LibraryNotFoundError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
java.lang.UnsatisfiedLinkError
org.apache.tomcat.jni.LibraryNotFoundError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LibraryNotFoundError
- Parameters:
libraryNames
- A list of the file names of the native libraries that failed to loaderrors
- A list of the error messages received when trying to load each of the libraries
-
-
Method Details
-
getLibraryNames
-