Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.bamboo.upgrade.exception.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 Summary
Constructors Constructor Description ValidationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValidationException
public ValidationException(String message)
-
-