public class ProvisioningServiceClientBadUsageException extends ProvisioningServiceClientServiceException
The provisioning service will response a http request with one of the bad usage exception if the rest API was properly called, with a usage issue, for instance the user is not authorized for that operation.
HTTP status code 400 to 499.
| Constructor and Description |
|---|
ProvisioningServiceClientBadUsageException() |
ProvisioningServiceClientBadUsageException(String message) |
ProvisioningServiceClientBadUsageException(String message,
Throwable cause) |
ProvisioningServiceClientBadUsageException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProvisioningServiceClientBadUsageException()
public ProvisioningServiceClientBadUsageException(String message)
public ProvisioningServiceClientBadUsageException(String message, Throwable cause)
public ProvisioningServiceClientBadUsageException(Throwable cause)
Copyright © 2021. All rights reserved.