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, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic UnsupportedEncodingException()
public UnsupportedEncodingException(String s)
s - Describes the reason for the exception.Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. Use of this specification is subject to license terms.