Class InputsNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.vremanagement.executor.exception.ExecutorException
org.gcube.vremanagement.executor.exception.InputsNullException
- All Implemented Interfaces:
Serializable
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor with default message.InputsNullException(String message) Constructor with message.InputsNullException(String message, Throwable cause) Constructor with message and cause.InputsNullException(Throwable cause) Constructor with cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InputsNullException
public InputsNullException()Default constructor with default message. -
InputsNullException
Constructor with cause.- Parameters:
cause- the underlying cause
-
InputsNullException
Constructor with message.- Parameters:
message- the detail message
-
InputsNullException
Constructor with message and cause.- Parameters:
message- the detail messagecause- the underlying cause
-