public class LoggableFailure extends Failure
Constructor and Description |
---|
LoggableFailure(int errorCode) |
LoggableFailure(String s) |
LoggableFailure(String s,
int errorCode) |
LoggableFailure(String s,
Response response) |
LoggableFailure(String s,
Response response,
int errorCode) |
LoggableFailure(String s,
Throwable throwable) |
LoggableFailure(String s,
Throwable throwable,
int errorCode) |
LoggableFailure(String s,
Throwable throwable,
Response response) |
LoggableFailure(Throwable throwable) |
LoggableFailure(Throwable throwable,
int errorCode) |
LoggableFailure(Throwable throwable,
Response response) |
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 © 2018 JBoss by Red Hat. All rights reserved.