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