类 SerializationFailedException

    • 构造器详细资料

      • SerializationFailedException

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

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