Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.upgrade.exception.ValidationException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-