Class KeyVaultErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microsoft.rest.RestException
-
- com.microsoft.azure.keyvault.models.KeyVaultErrorException
-
- All Implemented Interfaces:
Serializable
public class KeyVaultErrorException extends com.microsoft.rest.RestException
Exception thrown for an invalid response with KeyVaultError information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyVaultErrorException(String message, retrofit2.Response<okhttp3.ResponseBody> response)
Initializes a new instance of the KeyVaultErrorException class.KeyVaultErrorException(String message, retrofit2.Response<okhttp3.ResponseBody> response, KeyVaultError body)
Initializes a new instance of the KeyVaultErrorException class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyVaultError
body()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KeyVaultErrorException
public KeyVaultErrorException(String message, retrofit2.Response<okhttp3.ResponseBody> response)
Initializes a new instance of the KeyVaultErrorException class.- Parameters:
message
- the exception message or the response content if a message is not availableresponse
- the HTTP response
-
KeyVaultErrorException
public KeyVaultErrorException(String message, retrofit2.Response<okhttp3.ResponseBody> response, KeyVaultError body)
Initializes a new instance of the KeyVaultErrorException class.- Parameters:
message
- the exception message or the response content if a message is not availableresponse
- the HTTP responsebody
- the deserialized response body
-
-
Method Detail
-
body
public KeyVaultError body()
- Overrides:
body
in classcom.microsoft.rest.RestException
-
-