Class SystemOverloadException

All Implemented Interfaces:
Serializable

public class SystemOverloadException extends ExchangeUnavailableException
An exception indicating that the server is overloaded and the service is temporally unavailable i.e. when server return an http error 502
See Also:
  • Constructor Details

    • SystemOverloadException

      public SystemOverloadException(String message)
    • SystemOverloadException

      public SystemOverloadException(Throwable e)
    • SystemOverloadException

      public SystemOverloadException(String message, Throwable cause)
    • SystemOverloadException

      public SystemOverloadException()