Class GraphQLControllerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.graphql.controller.GraphQLControllerException
All Implemented Interfaces:
Serializable

public class GraphQLControllerException extends RuntimeException
See Also:
  • Field Details

    • httpStatus

      protected org.springframework.http.HttpStatus httpStatus
    • details

      protected String details
  • Constructor Details

    • GraphQLControllerException

      public GraphQLControllerException(String message, String details, org.springframework.http.HttpStatus httpStatus)
    • GraphQLControllerException

      public GraphQLControllerException(String message, String details, org.springframework.http.HttpStatus httpStatus, Throwable cause)
  • Method Details

    • getHttpStatus

      public org.springframework.http.HttpStatus getHttpStatus()
    • getDetails

      public String getDetails()