Class BadRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.undertow.util.BadRequestException
All Implemented Interfaces:
Serializable

public class BadRequestException extends Exception
Exception that is thrown when bad request is detected
Author:
Stuart Douglas
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException()
    • BadRequestException

      public BadRequestException(String message)
    • BadRequestException

      public BadRequestException(Throwable cause)
    • BadRequestException

      public BadRequestException(String message, Throwable cause)