The important information is not the exception message itself, but this message in the log:
450 TLS session of data connection has not resumed or the session does not match the control connection
Some FTP servers do require that you reuse the TLS session for data connections.
This is not (yet) natively supported by Apache Commons Net library, but it's not difficult to implement it.
How to do that, is shown in my answer to:
How to connect to FTPS server with data connection using same TLS session?