public class UnableToResolveException extends Exception
Constructor and Description |
---|
UnableToResolveException(Throwable cause)
Exception thrown when Jackson is unable to parse log from JSON format.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnableToResolveException(Throwable cause)
cause
- Exception thrown by Jackson indicating cause of the failure.Copyright © 2020. All rights reserved.