Package graphql.relay

Class InvalidPageSizeException

All Implemented Interfaces:
GraphQLError, Serializable

public class InvalidPageSizeException extends RuntimeException implements GraphQLError
See Also:
  • Constructor Details

    • InvalidPageSizeException

      InvalidPageSizeException(String message)
    • InvalidPageSizeException

      InvalidPageSizeException(String message, Throwable cause)
  • Method Details