Module io.ebean.api

Class JsonIOException

  • All Implemented Interfaces:
    Serializable

    public class JsonIOException
    extends RuntimeException
    Unchecked exception thrown when an IOException occurs in json processing.

    Typically wraps the checked IOException.

    See Also:
    Serialized Form
    • Constructor Detail

      • JsonIOException

        public JsonIOException​(Throwable cause)
        Construct with an underlying cause.
      • JsonIOException

        public JsonIOException​(String message)
        Construct with a message.