Class UnsupportedFederationVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apollographql.federation.graphqljava.exceptions.UnsupportedFederationVersionException
All Implemented Interfaces:
Serializable

public class UnsupportedFederationVersionException extends RuntimeException
Exception thrown while processing link that specifies currently not supported version.
See Also:
  • Constructor Details

    • UnsupportedFederationVersionException

      public UnsupportedFederationVersionException(String federationSpec)
    • UnsupportedFederationVersionException

      public UnsupportedFederationVersionException(String federationSpec, Exception e)