Class IllegalRuleUiParamsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.IllegalRuleException
-
- jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.IllegalRuleUiParamsException
-
- All Implemented Interfaces:
Serializable
public class IllegalRuleUiParamsException extends IllegalRuleException
- Since:
- 2019.2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalRuleUiParamsException(String message)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.impl.cleanup.v2019.settings.IllegalRuleException
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalRuleUiParamsException
public IllegalRuleUiParamsException(@NotNull String message)
-
-