Class Utf8EncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mjeanroy.junit.servers.exceptions.Utf8EncodingException
- All Implemented Interfaces:
Serializable
Exception thrown when UTF-8 encoding is not supported on the runtime environment.
Note that this exception should never be thrown as UTF-8 encoding should always be
available (see here for
the list of supported encoding).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate the exception with original cause and a default error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Utf8EncodingException
Create the exception with original cause and a default error message.- Parameters:
ex
- Original cause.
-