public class InternalPluginException extends RuntimeException
At the end would be wrapped into IOException for API compatibility reason.
| Constructor and Description |
|---|
InternalPluginException(String message)
Constructor.
|
InternalPluginException(String message,
Throwable cause)
Constructor.
|
InternalPluginException(Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static InternalPluginException |
wrap(Exception ex)
Wrap Exception in this class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalPluginException(String message)
message - Error message.public InternalPluginException(String message, Throwable cause)
message - Error message.cause - Throwable object.public InternalPluginException(Throwable cause)
cause - Throwable object.public static InternalPluginException wrap(Exception ex)
ex - Exception object.Copyright © 2024 Amazon.com Inc.. All rights reserved.