public class UnsupportedEncodingException extends IOException
Constructor and Description |
---|
UnsupportedEncodingException()
Constructs an UnsupportedEncodingException without a detail message.
|
UnsupportedEncodingException(String s)
Constructs an UnsupportedEncodingException with a detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public UnsupportedEncodingException()
public UnsupportedEncodingException(String s)