Class RequestBodyAlreadyReadException

  • All Implemented Interfaces:
    Serializable

    public class RequestBodyAlreadyReadException
    extends RuntimeException
    Thrown when an attempt is made to read the request body when it has already been read.
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestBodyAlreadyReadException

        public RequestBodyAlreadyReadException()
      • RequestBodyAlreadyReadException

        public RequestBodyAlreadyReadException​(String message)
        Constructor.
        Parameters:
        message - the exception message.