Class SerializationException

    • Constructor Detail

      • SerializationException

        public SerializationException​(String message)
        Creates a new instance of this class with the specified detail message.
        Parameters:
        message - the detail message; may be null.
      • SerializationException

        public SerializationException​(String message,
                                      Throwable cause)
        Creates a new instance of this class with the specified detail message and cause.
        Parameters:
        message - the detail message; may be null.
        cause - the cause; may be null.