Class MovieDoesNotExistError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.devintest.api.core.DevintestApiException
-
- com.devintest.api.core.DevintestApiApiException
-
- com.devintest.api.resources.imdb.errors.MovieDoesNotExistError
-
- All Implemented Interfaces:
java.io.Serializable
public final class MovieDoesNotExistError extends DevintestApiApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MovieDoesNotExistError(java.lang.String body)MovieDoesNotExistError(java.lang.String body, okhttp3.Response rawResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringbody()-
Methods inherited from class com.devintest.api.core.DevintestApiApiException
headers, statusCode, toString
-
-
-
-
Method Detail
-
body
public java.lang.String body()
- Overrides:
bodyin classDevintestApiApiException- Returns:
- the body
-
-