Class BodyException

All Implemented Interfaces:
Serializable

public class BodyException extends RuntimeException
Exception that is thrown if any HTTP body fails to be read and/or processed.
Author:
Brian Pontarelli
See Also:
  • Constructor Details

    • BodyException

      public BodyException(String message)
    • BodyException

      public BodyException(String message, Throwable cause)