Class ExecutorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.vremanagement.executor.exception.ExecutorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InputsNullException, InvalidInputsException, LaunchException, PluginInstanceNotFoundException, PluginNotFoundException, SchedulerRemoveException, UnableToInterruptTaskException

public class ExecutorException extends Exception
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • ExecutorException

      public ExecutorException()
      Default constructor with default message.
    • ExecutorException

      public ExecutorException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - the underlying cause of this exception
    • ExecutorException

      public ExecutorException(String message)
      Constructor with message.
      Parameters:
      message - the detail message
    • ExecutorException

      public ExecutorException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause of this exception