Class InvalidContentException

  • All Implemented Interfaces:
    Serializable

    public class InvalidContentException
    extends RuntimeException
    Indicates that the content provided for a resource was invalid. For example, the expected and actual content sizes did not match
    Author:
    pwinckles
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidContentException

        public InvalidContentException()
      • InvalidContentException

        public InvalidContentException​(String message)
      • InvalidContentException

        public InvalidContentException​(String message,
                                       Throwable cause)
      • InvalidContentException

        public InvalidContentException​(Throwable cause)