Klasse CloudConvertClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cloudconvert.exception.CloudConvertException
com.cloudconvert.exception.CloudConvertClientException
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCloudConvertClientException(Status status, Map<String, String> headers, InputStream inputStream) CloudConvertClientException(Status status, Map<String, String> headers, InputStream inputStream, ObjectMapperProvider objectMapperProvider) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
CloudConvertClientException
public CloudConvertClientException(Status status, Map<String, String> headers, InputStream inputStream) throws IOException- Löst aus:
IOException
-
CloudConvertClientException
public CloudConvertClientException(Status status, Map<String, String> headers, InputStream inputStream, ObjectMapperProvider objectMapperProvider) throws IOException- Löst aus:
IOException
-