public static class AsperaLibraryLoader.AsperaLibraryLoadException extends RuntimeException
Constructor and Description |
---|
AsperaLibraryLoadException(String message)
Creates a new AsperaLibraryLoadException with the specified message.
|
AsperaLibraryLoadException(String message,
Throwable cause)
Creates a new AsperaLibraryLoadException with the specified message, and root
cause.
|
AsperaLibraryLoadException(Throwable cause)
Creates a new AsperaLibraryLoadException with the root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AsperaLibraryLoadException(String message)
message
- An error message describing why this exception was thrown.public AsperaLibraryLoadException(Throwable cause)
cause
- The underlying cause of this exception.public AsperaLibraryLoadException(String message, Throwable cause)
message
- An error message describing why this exception was thrown.cause
- The underlying cause of this exception.Copyright © 2024. All rights reserved.