public class BadGatewayException
extends javax.ws.rs.WebApplicationException
| Constructor and Description |
|---|
BadGatewayException()
Construct a new instance with a blank message and default HTTP status code of 502.
|
BadGatewayException(String message)
Construct a new instance with a blank message and default HTTP status code of 502.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadGatewayException()
public BadGatewayException(String message)
Copyright © 2020. All rights reserved.