public class InvalidEncodingException extends RuntimeException
| Constructor and Description |
|---|
InvalidEncodingException(UnsupportedEncodingException encodingException)
constructor for InvalidEncodingException
|
| Modifier and Type | Method and Description |
|---|---|
UnsupportedEncodingException |
getEncodingException()
Get the exception which includes more information on the unsupported encoding
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidEncodingException(UnsupportedEncodingException encodingException)
encodingException - the cause for this exceptionpublic UnsupportedEncodingException getEncodingException()
Copyright © 2021. All rights reserved.