Class SerializeException

    • Constructor Detail

      • SerializeException

        public SerializeException​(String message)
        Creates a new serialisation exception.
        Parameters:
        message - The exception message. May be null.
      • SerializeException

        public SerializeException​(String message,
                                  Throwable cause)
        Creates a new serialisation exception.
        Parameters:
        message - The exception message. May be null.
        cause - The exception cause, null if not specified.