Class ForbiddenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.cloud.sdk.core.service.exception.ServiceResponseException
-
- com.ibm.cloud.sdk.core.service.exception.ForbiddenException
-
- All Implemented Interfaces:
java.io.Serializable
public class ForbiddenException extends ServiceResponseException
403 Forbidden (HTTP/1.0 - RFC 1945).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForbiddenException(okhttp3.Response response)Instantiates a new Forbidden Exception.
-
Method Summary
-
Methods inherited from class com.ibm.cloud.sdk.core.service.exception.ServiceResponseException
getDebuggingInfo, getHeaders, getMessage, getStatusCode
-
-