Class ExecuteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.execute.api.ExecuteException
All Implemented Interfaces:
Serializable

public class ExecuteException extends Exception
The class for any exceptions related with the ExecuteService
See Also:
  • Constructor Details

    • ExecuteException

      public ExecuteException(String message)
      Constructs a new execute exception with a message.
      Parameters:
      message - the message describing the exception
    • ExecuteException

      public ExecuteException(Throwable cause)
      Constructs a new execute exception with the throwable causing this exception to be thrown.
      Parameters:
      cause - the cause of this exception
    • ExecuteException

      public ExecuteException(String message, Throwable cause)
      Constructs a new Execute exception with a message and the throwable that caused this exception to be thrown.
      Parameters:
      message - the message describing the exception
      cause - the cause of this exception