Class 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 Detail

      • NoSuchAgentPoolException

        public NoSuchAgentPoolException​(@NotNull
                                        String message)