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) |
UnexpectedResponseException(javax.ws.rs.core.Response.StatusType actual) |
| 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(javax.ws.rs.core.Response.StatusType actual)
public UnexpectedResponseException(Object errorEntity, javax.ws.rs.core.Response.StatusType actual, javax.ws.rs.core.Response.StatusType... expected)
Copyright © 2019 Digipost. All rights reserved.