Class GoalDroppedException

All Implemented Interfaces:
Serializable

public class GoalDroppedException extends GoalFailureException
An exception that indicates an aborted goal i.e. neither failed nor succeeded. Note: This exception will only be logged at level info by the logger.
See Also:
  • Constructor Details

    • GoalDroppedException

      public GoalDroppedException()
      Create a new goal failure exception.
    • GoalDroppedException

      public GoalDroppedException(String message)
      Create a new goal failure exception.
      Parameters:
      message - The message.
    • GoalDroppedException

      public GoalDroppedException(String message, Throwable cause)
      Create a new plan failure exception.
      Parameters:
      message - The message.
      cause - The cause.
  • Method Details