Class GenieAgentRejectedException

All Implemented Interfaces:
Serializable

public class GenieAgentRejectedException extends GenieRuntimeException
An exception to represent the case where an Agent was rejected by the server.
Since:
4.0.0
See Also:
  • Constructor Details

    • GenieAgentRejectedException

      public GenieAgentRejectedException()
      Constructor.
    • GenieAgentRejectedException

      public GenieAgentRejectedException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • GenieAgentRejectedException

      public GenieAgentRejectedException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • GenieAgentRejectedException

      public GenieAgentRejectedException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception