Class SerializationFailedException

    • Constructor Detail

      • SerializationFailedException

        public SerializationFailedException​(String message)
        Construct a SerializationException with the specified detail message.
        Parameters:
        message - the detail message
      • SerializationFailedException

        public SerializationFailedException​(String message,
                                            Throwable cause)
        Construct a SerializationException with the specified detail message and nested exception.
        Parameters:
        message - the detail message
        cause - the nested exception