public class JsonProcessingException extends RuntimeException
| Constructor and Description |
|---|
JsonProcessingException(String message)
Creates a new instance of this exception.
|
JsonProcessingException(String message,
Throwable cause)
Creates a new instance of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonProcessingException(String message, Throwable cause)
message - the error messagecause - the cause of this exceptionpublic JsonProcessingException(String message)
message - the error messageCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.