public class WriterException extends LoggableFailure
| Constructor and Description |
|---|
WriterException(int errorCode) |
WriterException(String s) |
WriterException(String s,
int errorCode) |
WriterException(String s,
javax.ws.rs.core.Response response) |
WriterException(String s,
Throwable throwable) |
WriterException(String s,
Throwable throwable,
int errorCode) |
WriterException(String s,
Throwable throwable,
javax.ws.rs.core.Response response) |
WriterException(Throwable throwable) |
WriterException(Throwable throwable,
int errorCode) |
WriterException(Throwable throwable,
javax.ws.rs.core.Response response) |
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WriterException(String s, javax.ws.rs.core.Response response)
public WriterException(String s, Throwable throwable, javax.ws.rs.core.Response response)
public WriterException(Throwable throwable, javax.ws.rs.core.Response response)
public WriterException(Throwable throwable)
public WriterException(String s)
public WriterException(int errorCode)
public WriterException(String s, int errorCode)
public WriterException(Throwable throwable, int errorCode)
Copyright © 2020 JBoss by Red Hat. All rights reserved.