Serialized Form
-
Package com.devintest.api.core
-
Class com.devintest.api.core.DevintestApiApiException extends DevintestApiException implements Serializable
-
Serialized Fields
-
body
java.lang.Object body
The body of the response that triggered the exception. -
headers
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers
-
statusCode
int statusCode
The error code of the response that triggered the exception.
-
-
-
Class com.devintest.api.core.DevintestApiException extends java.lang.RuntimeException implements Serializable
-
-
Package com.devintest.api.resources.imdb.errors
-
Class com.devintest.api.resources.imdb.errors.MovieDoesNotExistError extends DevintestApiApiException implements Serializable
-
Serialized Fields
-
body
java.lang.String body
The body of the response that triggered the exception.
-
-
-