public class MovieDbException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
MovieDbException.MovieDbExceptionType |
| Constructor and Description |
|---|
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response) |
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
MovieDbException.MovieDbExceptionType |
getExceptionType() |
String |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response)
public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response, Throwable cause)
public MovieDbException.MovieDbExceptionType getExceptionType()
public String getResponse()
Copyright © 2012. All Rights Reserved.