public class ReaderException extends LoggableFailure
| Constructor and Description |
|---|
ReaderException(int errorCode) |
ReaderException(java.lang.String s) |
ReaderException(java.lang.String s,
int errorCode) |
ReaderException(java.lang.String s,
javax.ws.rs.core.Response response) |
ReaderException(java.lang.String s,
java.lang.Throwable throwable) |
ReaderException(java.lang.String s,
java.lang.Throwable throwable,
int errorCode) |
ReaderException(java.lang.String s,
java.lang.Throwable throwable,
javax.ws.rs.core.Response response) |
ReaderException(java.lang.Throwable throwable) |
ReaderException(java.lang.Throwable throwable,
int errorCode) |
ReaderException(java.lang.Throwable throwable,
javax.ws.rs.core.Response response) |
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponsepublic ReaderException(java.lang.String s,
javax.ws.rs.core.Response response)
public ReaderException(java.lang.String s,
java.lang.Throwable throwable,
javax.ws.rs.core.Response response)
public ReaderException(java.lang.Throwable throwable,
javax.ws.rs.core.Response response)
public ReaderException(java.lang.String s,
java.lang.Throwable throwable)
public ReaderException(java.lang.Throwable throwable)
public ReaderException(java.lang.String s)
public ReaderException(int errorCode)
public ReaderException(java.lang.String s,
int errorCode)
public ReaderException(java.lang.String s,
java.lang.Throwable throwable,
int errorCode)
public ReaderException(java.lang.Throwable throwable,
int errorCode)