Signals
that
the requested charset is not supported on the current platform. This
exception is thrown by Charset.forName( )
when no Charset object can be obtained for the
named charset. See also Charset.isSupported( ).

public class UnsupportedCharsetException extends IllegalArgumentException {
// Public Constructors
public UnsupportedCharsetException(String charsetName);
// Public Instance Methods
public String getCharsetName( );
}