public class UnexpectedResponseException extends SignatureException
| Constructor and Description |
|---|
UnexpectedResponseException(Object errorEntity,
javax.ws.rs.core.Response.StatusType actual,
javax.ws.rs.core.Response.StatusType... expected) |
UnexpectedResponseException(Object errorEntity,
Throwable cause,
javax.ws.rs.core.Response.StatusType actual,
javax.ws.rs.core.Response.StatusType... expected) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response.StatusType |
getActualStatus() |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getErrorType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedResponseException(Object errorEntity, javax.ws.rs.core.Response.StatusType actual, javax.ws.rs.core.Response.StatusType... expected)
Copyright © 2018 Digipost. All rights reserved.