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