public class InputUnavailableException extends ConversionException
| Constructor and Description |
|---|
InputUnavailableException()
Instantiates a new input unavailable exception.
|
InputUnavailableException(String message)
Instantiates a new input unavailable exception.
|
InputUnavailableException(String message,
Throwable cause)
Instantiates a new input unavailable exception.
|
InputUnavailableException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new input unavailable exception.
|
InputUnavailableException(Throwable cause)
Instantiates a new input unavailable exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InputUnavailableException()
public InputUnavailableException(String message)
message - the messagepublic InputUnavailableException(Throwable cause)
cause - the causepublic InputUnavailableException(String message, Throwable cause)
message - the messagecause - the causepublic InputUnavailableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2022. All rights reserved.