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