Class IllegalJsonException

  • All Implemented Interfaces:
    Serializable

    public class IllegalJsonException
    extends Exception
    A storage exception meaning that a remote json file has illegal structure and can't be deserialized properly.
    Author:
    Eyal Schneider
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalJsonException

        public IllegalJsonException​(String message)
      • IllegalJsonException

        public IllegalJsonException​(String message,
                                    Throwable t)