Class BadGatewayException

  • All Implemented Interfaces:
    Serializable

    public class BadGatewayException
    extends javax.ws.rs.WebApplicationException
    See Also:
    Serialized Form
    • Constructor Detail

      • BadGatewayException

        public BadGatewayException()
        Construct a new instance with a blank message and default HTTP status code of 502.
      • BadGatewayException

        public BadGatewayException​(String message)
        Construct a new instance with a blank message and default HTTP status code of 502.