Class CloudConvertServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cloudconvert.exception.CloudConvertException
com.cloudconvert.exception.CloudConvertServerException
All Implemented Interfaces:
java.io.Serializable

public class CloudConvertServerException
extends CloudConvertException
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    CloudConvertServerException​(Status status, java.util.Map<java.lang.String,​java.lang.String> headers, java.io.InputStream inputStream)  
    CloudConvertServerException​(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, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CloudConvertServerException

      public CloudConvertServerException​(Status status, java.util.Map<java.lang.String,​java.lang.String> headers, java.io.InputStream inputStream) throws java.io.IOException
      Throws:
      java.io.IOException
    • CloudConvertServerException

      public CloudConvertServerException​(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