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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, 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 load
- errors- A list of the error messages received when trying to load each of the libraries
 
 
- 
- 
Method Details- 
getLibraryNames
 
-