ServerBusyException Class

  • java.lang.Object

public class ServerBusyException extends ServiceBusException

Server busy exception is thrown when the current entity's activity has put excessive load onto the service. When encountered this exception user should wait at least 4 seconds before any retry/runtime operations for the said entity again.

Constructor Summary

Constructor Description
ServerBusyException()

Default constructor for the exception

ServerBusyException(final String message)

Inherited Members

Constructor Details

ServerBusyException

public ServerBusyException()

Default constructor for the exception

ServerBusyException

public ServerBusyException(final String message)

Parameters:

message

Applies to