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:
  • Constructor Details

    • BuildWarningSenderException

      public BuildWarningSenderException()
    • BuildWarningSenderException

      public BuildWarningSenderException(String message)
    • BuildWarningSenderException

      public BuildWarningSenderException(String message, Throwable cause)
    • BuildWarningSenderException

      public BuildWarningSenderException(Throwable cause)
    • BuildWarningSenderException

      protected BuildWarningSenderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)