public class UnsupportedEncodingException extends IOException
Constructor and Description |
---|
UnsupportedEncodingException()
Constructs a new
UnsupportedEncodingException with its stack
trace filled in. |
UnsupportedEncodingException(String detailMessage)
Constructs a new
UnsupportedEncodingException with its stack
trace and detail message filled in. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedEncodingException()
UnsupportedEncodingException
with its stack
trace filled in.public UnsupportedEncodingException(String detailMessage)
UnsupportedEncodingException
with its stack
trace and detail message filled in.detailMessage
- the detail message for this exception.