Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends NullPointerException
This class represents an exception when a bad HTTP request was encountered.
Author:
Eric Wündisch and Armin Müller
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String msg)
      Constructor that only specifies the exception message.
      Parameters:
      msg - the exception message