Class AlreadyInFinalStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.vremanagement.executor.exception.AlreadyInFinalStateException
All Implemented Interfaces:
Serializable

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

    • AlreadyInFinalStateException

      public AlreadyInFinalStateException()
      Default constructor.
    • AlreadyInFinalStateException

      public AlreadyInFinalStateException(String message)
      Constructor with error message.
      Parameters:
      message - the error message
    • AlreadyInFinalStateException

      public AlreadyInFinalStateException(Throwable throwable)
      Constructor with cause.
      Parameters:
      throwable - the cause of the exception
    • AlreadyInFinalStateException

      public AlreadyInFinalStateException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - the error message
      cause - the cause of the exception