Class IncorrectPlanTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bamboo.plan.IncorrectPlanTypeException
All Implemented Interfaces:
Serializable

@PublicApi public class IncorrectPlanTypeException extends RuntimeException
Thrown if the requested Plan exists but cannot be narrowed to the given Class
See Also:
  • Constructor Details

    • IncorrectPlanTypeException

      public IncorrectPlanTypeException(String message)
    • IncorrectPlanTypeException

      public IncorrectPlanTypeException(String message, Throwable cause)