Class RetryableServerErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kingsrook.qqq.backend.core.exceptions.QException
com.kingsrook.qqq.backend.module.api.exceptions.RetryableServerErrorException
All Implemented Interfaces:
Serializable

public class RetryableServerErrorException extends QException
See Also:
  • Constructor Details

    • RetryableServerErrorException

      public RetryableServerErrorException(Integer code, String message)
  • Method Details