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