Class ValidationException

  • All Implemented Interfaces:
    Serializable

    public class ValidationException
    extends Exception
    Thrown to indicate critical error in validation task.

    Throw this exception in validation task to prevent subsequent validation tasks from running and eventually propagate exception message to Bamboo UI.

    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationException

        public ValidationException​(String message)