Class StrictModeWiringException

All Implemented Interfaces:
Serializable

@PublicApi public class StrictModeWiringException extends GraphQLException
An exception that is throw when RuntimeWiring.Builder.strictMode(boolean) or TypeRuntimeWiring.Builder.strictMode(boolean) is true and something gets redefined.
See Also:
  • Constructor Details

    • StrictModeWiringException

      public StrictModeWiringException(String msg)