Class SilenceDetectionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.silencedetection.api.SilenceDetectionFailedException
All Implemented Interfaces:
Serializable

public class SilenceDetectionFailedException extends Exception
Silence detection on audio track failed.
See Also:
  • Constructor Details

    • SilenceDetectionFailedException

      public SilenceDetectionFailedException(String message)
      Constructor.
      Parameters:
      message - describtion why silence detection is failed
    • SilenceDetectionFailedException

      public SilenceDetectionFailedException(String message, Throwable throwable)
      Constructor.
      Parameters:
      message - describtion why silence detection is failed
      throwable - internal exception