Class JSONIOException

All Implemented Interfaces:
Serializable

public class JSONIOException extends RuntimeException
An unchecked exception raised whenever a checked IOException is encountered on the underlying stream that the JSON API is operating on.
Author:
cdivilly
See Also:
  • Constructor Details

    • JSONIOException

      protected JSONIOException(IOException cause)