Class ResultSetSerializerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResultSetSerializerException
    extends com.fasterxml.jackson.core.JsonProcessingException
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException

        _location
    • Method Summary

      • Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException

        clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResultSetSerializerException

        public ResultSetSerializerException​(java.lang.String msg)
      • ResultSetSerializerException

        public ResultSetSerializerException​(java.lang.String msg,
                                            java.lang.Throwable cause)
      • ResultSetSerializerException

        public ResultSetSerializerException​(java.lang.Throwable cause)