public class MovieDbException
extends org.yamj.api.common.exception.ApiException
| Constructor and Description |
|---|
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response) |
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
int responseCode,
String url) |
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
int responseCode,
String url,
Throwable cause) |
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
int responseCode,
URL url) |
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
int responseCode,
URL url,
Throwable cause) |
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
String url) |
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
String url,
Throwable cause) |
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
URL url) |
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
URL url,
Throwable cause) |
getExceptionType, getResponse, getResponseCode, getUrladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
URL url)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
int responseCode,
URL url)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
String url)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
int responseCode,
String url)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
URL url,
Throwable cause)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
int responseCode,
URL url,
Throwable cause)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
String url,
Throwable cause)
Copyright © 2012–2017. All rights reserved.