Class InvalidContextRequestException

  • All Implemented Interfaces:
    Serializable

    public class InvalidContextRequestException
    extends RuntimeException
    This exception is thrown when it is determined that a request is invalid in any way. This will usually be thrown during validation when the request is processed. This exception generally results in an HTTP 400 response.
    Author:
    Erin Pennington (epenning)
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidContextRequestException

        public InvalidContextRequestException()
      • InvalidContextRequestException

        public InvalidContextRequestException​(String message)