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