Class MaxIterationRuntimeException

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

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

    • MaxIterationRuntimeException

      public MaxIterationRuntimeException()
      Default constructor.
    • MaxIterationRuntimeException

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

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

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