Class SerializationException

    • Constructor Detail

      • SerializationException

        public SerializationException​(Object object)
        Creates a new serlization exception
        Parameters:
        object - The object that caused the serlization exception
      • SerializationException

        public SerializationException​(Object object,
                                      Throwable cause)
        Creates a new serlization exception
        Parameters:
        object - The object that caused the serlization exception
        cause - The cause of the serlization exception