Class GafferCheckedException

    • Constructor Detail

      • GafferCheckedException

        public GafferCheckedException​(Throwable cause,
                                      Status status)
      • GafferCheckedException

        public GafferCheckedException​(String message,
                                      Status status)
      • GafferCheckedException

        public GafferCheckedException​(String message,
                                      Throwable cause,
                                      Status status)
      • GafferCheckedException

        public GafferCheckedException​(Throwable cause)
      • GafferCheckedException

        public GafferCheckedException​(String message)
      • GafferCheckedException

        public GafferCheckedException​(String message,
                                      Throwable cause)
    • Method Detail

      • getStatus

        public Status getStatus()
      • setStatus

        public void setStatus​(Status status)