Class InputsNullException

All Implemented Interfaces:
Serializable

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

    • InputsNullException

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

      public InputsNullException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - the underlying cause
    • InputsNullException

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

      public InputsNullException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause