Class InvalidPluginStateEvolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.vremanagement.executor.exception.InvalidPluginStateEvolutionException
- All Implemented Interfaces:
Serializable
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor with error message.InvalidPluginStateEvolutionException(String message, Throwable cause) Constructor with message and cause.InvalidPluginStateEvolutionException(Throwable throwable) 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
-
InvalidPluginStateEvolutionException
public InvalidPluginStateEvolutionException()Default constructor. -
InvalidPluginStateEvolutionException
Constructor with error message.- Parameters:
message- the error message
-
InvalidPluginStateEvolutionException
Constructor with cause.- Parameters:
throwable- the cause of the exception
-
InvalidPluginStateEvolutionException
Constructor with message and cause.- Parameters:
message- the error messagecause- the cause of the exception
-