Class TranscodeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TranscodeException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean disable_retry  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRetryDisabled()  
      void setDisableRetry​(boolean b)  
      • 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

      • disable_retry

        private boolean disable_retry
    • Constructor Detail

      • TranscodeException

        public TranscodeException​(java.lang.String str)
      • TranscodeException

        public TranscodeException​(java.lang.String str,
                                  java.lang.Throwable e)
    • Method Detail

      • setDisableRetry

        public void setDisableRetry​(boolean b)
      • isRetryDisabled

        public boolean isRetryDisabled()