Class RetryableException

    • Constructor Detail

      • RetryableException

        public RetryableException​(int code,
                                  String message,
                                  Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        code - The numeric code of the exception.
        message - The detail message.
        cause - The exception which caused this exception to be thrown.