Class ServiceUnavailableException
- 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.ServiceUnavailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceUnavailableException extends ServiceResponseException
503 Service Unavailable (HTTP/1.0 - RFC 1945).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceUnavailableException(okhttp3.Response response)Instantiates a new Service Unavailable Exception.
-
Method Summary
-
Methods inherited from class com.ibm.cloud.sdk.core.service.exception.ServiceResponseException
getDebuggingInfo, getHeaders, getMessage, getStatusCode
-
-