Klasse CloudConvertServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cloudconvert.exception.CloudConvertException
com.cloudconvert.exception.CloudConvertServerException
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCloudConvertServerException(Status status, Map<String, String> headers, InputStream inputStream) CloudConvertServerException(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
-
CloudConvertServerException
public CloudConvertServerException(Status status, Map<String, String> headers, InputStream inputStream) throws IOException- Löst aus:
IOException
-
CloudConvertServerException
public CloudConvertServerException(Status status, Map<String, String> headers, InputStream inputStream, ObjectMapperProvider objectMapperProvider) throws IOException- Löst aus:
IOException
-