Package io.a2a.spec

Class IdJsonMappingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.databind.DatabindException
com.fasterxml.jackson.databind.JsonMappingException
io.a2a.spec.IdJsonMappingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidParamsJsonMappingException, MethodNotFoundJsonMappingException

public class IdJsonMappingException extends com.fasterxml.jackson.databind.JsonMappingException
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonMappingException

    com.fasterxml.jackson.databind.JsonMappingException.Reference
  • Field Summary

    Fields inherited from class com.fasterxml.jackson.databind.JsonMappingException

    _path, _processor

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

    _location
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.fasterxml.jackson.databind.JsonMappingException

    _appendPathDesc, _buildMessage, from, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPath

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

    clearLocation, getLocation, getMessageSuffix, getOriginalMessage

    Methods inherited from class java.lang.Object

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

    • IdJsonMappingException

      public IdJsonMappingException(String msg, Object id)
    • IdJsonMappingException

      public IdJsonMappingException(String msg, Throwable cause, Object id)
  • Method Details

    • getId

      public Object getId()