Class BadRequestException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BadRequestException
    extends LoggableFailure
    Thrown by RESTEasy when HTTP Bad Request (400) is encountered
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BadRequestException

        public BadRequestException​(java.lang.String s)
      • BadRequestException

        public BadRequestException​(java.lang.String s,
                                   javax.ws.rs.core.Response response)
      • BadRequestException

        public BadRequestException​(java.lang.String s,
                                   java.lang.Throwable throwable,
                                   javax.ws.rs.core.Response response)
      • BadRequestException

        public BadRequestException​(java.lang.String s,
                                   java.lang.Throwable throwable)
      • BadRequestException

        public BadRequestException​(java.lang.Throwable throwable)
      • BadRequestException

        public BadRequestException​(java.lang.Throwable throwable,
                                   javax.ws.rs.core.Response response)