Class AgentLockedException

All Implemented Interfaces:
Serializable

public class AgentLockedException extends AgentException
Thrown if an agent is locked but an unlocked agent is needed to call a method. Intentionally not a subclass of AgentAccessDeniedException because it represents an invalid usage of an agent (caused by the code) and not a user exception.
See Also:
  • Constructor Details

    • AgentLockedException

      public AgentLockedException()
    • AgentLockedException

      public AgentLockedException(String message)
    • AgentLockedException

      public AgentLockedException(Throwable cause)
    • AgentLockedException

      public AgentLockedException(String message, Throwable cause)