Interface ExceptionHandler


  • public interface ExceptionHandler
    • Method Detail

      • isDeserializationException

        static boolean isDeserializationException​(Throwable t)
        Check to see if the exception of it's cause is coming from what is likely a deserialization issue - either an exception from jackson or a class cast
        Parameters:
        t -
        Returns: