Class DocAssuranceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DocAssuranceException
    extends java.lang.Exception
    An exception thrown when invalid parameters or a document is passed to DocAssurance APIs.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHttpCode()  
      • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DocAssuranceException

        public DocAssuranceException​(java.lang.String arg0,
                                     java.lang.Throwable arg1)
      • DocAssuranceException

        public DocAssuranceException​(java.lang.String arg0)
      • DocAssuranceException

        public DocAssuranceException​(java.lang.Throwable cause)
      • DocAssuranceException

        public DocAssuranceException​(int httpCode,
                                     java.lang.String arg0,
                                     java.lang.Throwable arg1)
      • DocAssuranceException

        public DocAssuranceException​(int httpCode,
                                     java.lang.String arg0)
      • DocAssuranceException

        public DocAssuranceException​(int httpCode,
                                     java.lang.Throwable cause)
    • Method Detail

      • getHttpCode

        public int getHttpCode()