Package com.cloudconvert.exception
Class CloudConvertServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cloudconvert.exception.CloudConvertException
com.cloudconvert.exception.CloudConvertServerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCloudConvertServerException(Status status, Map<String, String> headers, InputStream inputStream) CloudConvertServerException(Status status, Map<String, String> headers, InputStream inputStream, ObjectMapperProvider objectMapperProvider) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CloudConvertServerException
public CloudConvertServerException(Status status, Map<String, String> headers, InputStream inputStream) throws IOException- Throws:
IOException
-
CloudConvertServerException
public CloudConvertServerException(Status status, Map<String, String> headers, InputStream inputStream, ObjectMapperProvider objectMapperProvider) throws IOException- Throws:
IOException
-