Class SoxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.sox.api.SoxException
All Implemented Interfaces:
Serializable

public class SoxException extends Exception
This exception may be thrown by SoX.
See Also:
  • Constructor Details

    • SoxException

      public SoxException(String message)
      Creates a new sox exception with the given error message.
      Parameters:
      message - the error message
    • SoxException

      public SoxException(String message, Throwable cause)
      Creates a new sox exception with the given error message, caused by the given exception.
      Parameters:
      message - the error message
      cause - the error cause
    • SoxException

      public SoxException(Throwable cause)
      Creates a new sox exception, caused by the given exception.
      Parameters:
      cause - the error cause