Class StopRuntimeException

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

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

    • StopRuntimeException

      public StopRuntimeException()
    • StopRuntimeException

      public StopRuntimeException(String message)
    • StopRuntimeException

      public StopRuntimeException(Throwable throwable)
    • StopRuntimeException

      public StopRuntimeException(String message, Throwable cause)