public class LoggableFailure extends Failure
This is thrown by Resteasy runtime when a failure occurs. It will be logged by the runtime.
Constructor and Description |
---|
LoggableFailure(int errorCode) |
LoggableFailure(String s) |
LoggableFailure(String s,
int errorCode) |
LoggableFailure(String s,
javax.ws.rs.core.Response response) |
LoggableFailure(String s,
Throwable throwable) |
LoggableFailure(String s,
Throwable throwable,
int errorCode) |
LoggableFailure(String s,
Throwable throwable,
javax.ws.rs.core.Response response) |
LoggableFailure(Throwable throwable) |
LoggableFailure(Throwable throwable,
int errorCode) |
LoggableFailure(Throwable throwable,
javax.ws.rs.core.Response response) |
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LoggableFailure(String s, javax.ws.rs.core.Response response)
public LoggableFailure(String s, Throwable throwable, javax.ws.rs.core.Response response)
public LoggableFailure(Throwable throwable, javax.ws.rs.core.Response response)
public LoggableFailure(Throwable throwable)
public LoggableFailure(String s)
public LoggableFailure(int errorCode)
public LoggableFailure(String s, int errorCode)
public LoggableFailure(Throwable throwable, int errorCode)
Copyright © 2020 JBoss by Red Hat. All rights reserved.