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

public class Utf8EncodingException extends RuntimeException
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 Details

    • Utf8EncodingException

      public Utf8EncodingException(Throwable ex)
      Create the exception with original cause and a default error message.
      Parameters:
      ex - Original cause.