Class ServiceTimeoutException

All Implemented Interfaces:
ObjectWithMetadata, Serializable

public class ServiceTimeoutException extends IdAuthenticationBusinessException
The Class ServiceTimeoutException - Thrown when service is timed out.
Author:
Manoj SP
See Also:
  • Constructor Details

    • ServiceTimeoutException

      public ServiceTimeoutException()
      Instantiates a new service timeout exception.
    • ServiceTimeoutException

      public ServiceTimeoutException(IdAuthenticationErrorConstants exceptionConstant)
      Instantiates a new service timeout exception.
      Parameters:
      exceptionConstant - the exception constant
    • ServiceTimeoutException

      public ServiceTimeoutException(IdAuthenticationErrorConstants exceptionConstant, Throwable rootCause)
      Instantiates a new service timeout exception.
      Parameters:
      exceptionConstant - the exception constant
      rootCause - the root cause