public class UnsupportedEncodingException extends Exception
Exception that indicates an unsupported encoding.| Constructor and Description |
|---|
UnsupportedEncodingException()
Instantiates a new unsupported encoding exception.
|
UnsupportedEncodingException(Exception e)
Instantiates a new unsupported encoding exception.
|
UnsupportedEncodingException(String message)
Instantiates a new unsupported encoding exception.
|
UnsupportedEncodingException(String message,
Exception e)
Instantiates a new unsupported encoding exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedEncodingException()
public UnsupportedEncodingException(Exception e)
e - the Exception.public UnsupportedEncodingException(String message)
message - the message.Copyright © 2018. All rights reserved.