public class UnsupportedEncodingRuntimeException extends RuntimeException
Constructor and Description |
---|
UnsupportedEncodingRuntimeException() |
UnsupportedEncodingRuntimeException(String message) |
UnsupportedEncodingRuntimeException(String message,
Throwable cause) |
UnsupportedEncodingRuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedEncodingRuntimeException()
public UnsupportedEncodingRuntimeException(String message)
public UnsupportedEncodingRuntimeException(String message, Throwable cause)
public UnsupportedEncodingRuntimeException(Throwable cause)
Copyright © 2024. All rights reserved.