public class InvalidResponseException extends VaultConnectorException
Constructor and Description |
---|
InvalidResponseException() |
InvalidResponseException(String message) |
InvalidResponseException(String message,
Throwable cause) |
InvalidResponseException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getResponse() |
Integer |
getStatusCode() |
InvalidResponseException |
withResponse(String response) |
InvalidResponseException |
withStatusCode(Integer statusCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidResponseException()
public InvalidResponseException(String message)
public InvalidResponseException(Throwable cause)
public InvalidResponseException withStatusCode(Integer statusCode)
public InvalidResponseException withResponse(String response)
public Integer getStatusCode()
public String getResponse()
Copyright © 2016. All rights reserved.