Class IncorrectRequestException

  • All Implemented Interfaces:
    Serializable

    public class IncorrectRequestException
    extends Exception
    The exception that should be thrown when a user sends an incorrect request.
    Author:
    Hylke van der Schaaf
    See Also:
    Serialized Form
    • Constructor Detail

      • IncorrectRequestException

        public IncorrectRequestException()
      • IncorrectRequestException

        public IncorrectRequestException​(String message)
      • IncorrectRequestException

        public IncorrectRequestException​(Throwable cause)
      • IncorrectRequestException

        public IncorrectRequestException​(String message,
                                         Throwable cause)