Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/java/net/HttpRetryException.fz


# Fuzion interface to instance members of Java instance class 'java.net.HttpRetryException'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.java.net.HttpRetryException(redef forbidden void) ref : Java.java.io.IOException(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public java.lang.String java.net.HttpRetryException.getLocation()':
  #
  public getLocation Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "java.net.HttpRetryException" "getLocation" "()Ljava/lang/String;" HttpRetryException.this []

  # call Java instance method 'public java.lang.String java.net.HttpRetryException.getReason()':
  #
  public getReason Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "java.net.HttpRetryException" "getReason" "()Ljava/lang/String;" HttpRetryException.this []

  # call Java instance method 'public int java.net.HttpRetryException.responseCode()':
  #
  public responseCode i32 =>
    fuzion.java.call_virtual (i32) "java.net.HttpRetryException" "responseCode" "()I" HttpRetryException.this []