Class ErrorEntity

    • Constructor Detail

      • ErrorEntity

        public ErrorEntity()
      • ErrorEntity

        public ErrorEntity​(Integer code,
                           String message)
    • Method Detail

      • getCode

        public Integer getCode()
      • setCode

        public void setCode​(Integer code)
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
      • getException

        public Throwable getException()
      • setException

        public void setException​(Throwable exception)