Class JsonIOException

    • Constructor Detail

      • JsonIOException

        public JsonIOException​(String msg)
      • JsonIOException

        public JsonIOException​(String msg,
                               Throwable cause)
      • JsonIOException

        public JsonIOException​(Throwable cause)
        Creates exception with the specified cause. Consider using JsonIOException(String, Throwable) instead if you can describe what happened.
        Parameters:
        cause - root exception that caused this exception to be thrown.