Class NoSuchAgentPoolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.serverSide.agentPools.NoSuchAgentPoolException
-
- All Implemented Interfaces:
Serializable
public class NoSuchAgentPoolException extends Exception
Throws when one asked to do something with an agent pool that doesn't not exist. For example, one asked to rename pool 123 but no polls with such id.- Author:
- Leonid.Bushuev
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchAgentPoolException(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
-
NoSuchAgentPoolException
public NoSuchAgentPoolException(@NotNull String message)
-
-