public class ReaderException extends LoggableFailure
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
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 © 2018 JBoss by Red Hat. All rights reserved.