Package com.cloudconvert.exception
Class CloudConvertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cloudconvert.exception.CloudConvertException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CloudConvertClientException,CloudConvertServerException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCloudConvertException(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
-
CloudConvertException
public CloudConvertException(Status status, Map<String, String> headers, InputStream inputStream, ObjectMapperProvider objectMapperProvider) throws IOException- Throws:
IOException
-