Package com.cloudconvert.exception
Class CloudConvertClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cloudconvert.exception.CloudConvertException
com.cloudconvert.exception.CloudConvertClientException
- All Implemented Interfaces:
java.io.Serializable
public class CloudConvertClientException extends CloudConvertException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CloudConvertClientException(Status status, java.util.Map<java.lang.String,java.lang.String> headers, java.io.InputStream inputStream)CloudConvertClientException(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
-
CloudConvertClientException
public CloudConvertClientException(Status status, java.util.Map<java.lang.String,java.lang.String> headers, java.io.InputStream inputStream) throws java.io.IOException- Throws:
java.io.IOException
-
CloudConvertClientException
public CloudConvertClientException(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
-