Class FlowUpdaterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.flowarg.flowupdater.utils.FlowUpdaterException
All Implemented Interfaces:
Serializable

public class FlowUpdaterException extends RuntimeException
A simple runtime exception class that represents a fatal FlowUpdater error.
See Also:
  • Constructor Details

    • FlowUpdaterException

      public FlowUpdaterException()
      Initialize the exception.
    • FlowUpdaterException

      public FlowUpdaterException(String message)
      Initialize the exception with an error message.
      Parameters:
      message - error message.
    • FlowUpdaterException

      public FlowUpdaterException(String message, Throwable cause)
      Initialize the exception with an error message and a cause.
      Parameters:
      message - error message.
      cause - cause.
    • FlowUpdaterException

      public FlowUpdaterException(Throwable cause)
      Initialize the exception with a cause.
      Parameters:
      cause - cause.