Package com.cloudconvert.exception
Class CloudConvertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cloudconvert.exception.CloudConvertException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CloudConvertClientException,CloudConvertServerException
public class CloudConvertException
extends java.lang.Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CloudConvertException(Status status, java.util.Map<java.lang.String,java.lang.String> headers, java.io.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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CloudConvertException
public CloudConvertException(Status status, java.util.Map<java.lang.String,java.lang.String> headers, java.io.InputStream inputStream, ObjectMapperProvider objectMapperProvider) throws java.io.IOException- Throws:
java.io.IOException
-