Class SerialisationException

  • All Implemented Interfaces:
    Serializable

    public class SerialisationException
    extends IOException
    An SerialisationException is thrown when serialisation/deserialisation fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • SerialisationException

        public SerialisationException​(String message)
      • SerialisationException

        public SerialisationException​(String message,
                                      Throwable e)