public class NoLogWebApplicationException extends WebApplicationException
Constructor and Description |
---|
NoLogWebApplicationException() |
NoLogWebApplicationException(int status) |
NoLogWebApplicationException(Response.Status status) |
NoLogWebApplicationException(Response response) |
NoLogWebApplicationException(Throwable cause) |
NoLogWebApplicationException(Throwable cause,
int status) |
NoLogWebApplicationException(Throwable cause,
Response.Status status) |
NoLogWebApplicationException(Throwable cause,
Response response) |
getResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoLogWebApplicationException()
public NoLogWebApplicationException(Response response)
public NoLogWebApplicationException(int status)
public NoLogWebApplicationException(Response.Status status)
public NoLogWebApplicationException(Throwable cause)
public NoLogWebApplicationException(Throwable cause, Response response)
public NoLogWebApplicationException(Throwable cause, int status)
public NoLogWebApplicationException(Throwable cause, Response.Status status)
Copyright © 2018 JBoss by Red Hat. All rights reserved.