Class ContentStreamException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()  
      void setErrorCode​(java.lang.String errorCode)  
      • 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
    • Field Detail

      • errorCode

        private java.lang.String errorCode
    • Constructor Detail

      • ContentStreamException

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

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

        public ContentStreamException​(java.lang.Throwable arg0)
    • Method Detail

      • getErrorCode

        public java.lang.String getErrorCode()
      • setErrorCode

        public void setErrorCode​(java.lang.String errorCode)