Exception UnsupportedTranslationException (2.0.0)

public class UnsupportedTranslationException extends RuntimeException

Attempt to convert String to an unsupported charset.

Constructors

UnsupportedTranslationException(UnsupportedEncodingException exception)

public UnsupportedTranslationException(UnsupportedEncodingException exception)
Parameter
Name Description
exception UnsupportedEncodingException

UnsupportedTranslationException(String string, UnsupportedEncodingException exception)

public UnsupportedTranslationException(String string, UnsupportedEncodingException exception)
Parameters
Name Description
string String
exception UnsupportedEncodingException