Package graphql.relay

Class InvalidCursorException

All Implemented Interfaces:
GraphQLError, Serializable

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

    • InvalidCursorException

      InvalidCursorException(String message)
    • InvalidCursorException

      InvalidCursorException(String message, Throwable cause)
  • Method Details