Class FFMpegException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.jira.webtest.capture.FFMpegException
All Implemented Interfaces:
Serializable

public class FFMpegException extends Exception
Exception that is thrown on FFMpeg error.
Since:
v4.2
See Also:
  • Constructor Details

    • FFMpegException

      public FFMpegException()
    • FFMpegException

      public FFMpegException(String message)
    • FFMpegException

      public FFMpegException(String message, Throwable cause)
    • FFMpegException

      public FFMpegException(Throwable cause)