Class BuildWarningSenderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.bamboo.build.warning.BuildWarningSenderException
-
- All Implemented Interfaces:
Serializable
public class BuildWarningSenderException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description BuildWarningSenderException()
BuildWarningSenderException(String message)
BuildWarningSenderException(String message, Throwable cause)
protected
BuildWarningSenderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
BuildWarningSenderException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-