Class LengthLimitingJsonProcessingException

  • All Implemented Interfaces:
    Serializable

    @Beta
    public class LengthLimitingJsonProcessingException
    extends com.fasterxml.jackson.core.JsonProcessingException
    See Also:
    Serialized Form
    • Constructor Detail

      • LengthLimitingJsonProcessingException

        protected LengthLimitingJsonProcessingException​(int maxSize,
                                                        int attemptedSize)
    • Method Detail

      • getAttemptedSize

        public int getAttemptedSize()
      • getMaxSize

        public int getMaxSize()