public class UnsupportedExtensionException extends RuntimeException
| Constructor and Description |
|---|
UnsupportedExtensionException(String message)
Instantiates a new Unsupported extension exception.
|
UnsupportedExtensionException(String message,
Throwable cause)
Instantiates a new Unsupported extension exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedExtensionException(String message)
message - the messageCopyright © 2019. All rights reserved.