Class PlanFailureException

All Implemented Interfaces:
Serializable

public class PlanFailureException extends BDIFailureException
An exception that may be thrown by a plan to indicate its failure. Note: This exception will not be logged by the logger as it occurs in plans (normal plain failure).
See Also:
  • Constructor Details

    • PlanFailureException

      public PlanFailureException()
      Create a new plan failure exception.
    • PlanFailureException

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

      public PlanFailureException(String message, Throwable cause)
      Create a new plan failure exception.
      Parameters:
      message - The message.
      cause - The cause.