SSLHandshakeExceptionSSLHandshakeException
The SSL/TLS handshake failed between client and server.
CompletionExceptionA CompletableFuture completed with an exception.
An exception occurred during the asynchronous computation in a CompletableFuture chain. Unlike ExecutionException, this wraps exceptions from join() and thenApply/thenCompose chains.
Call getCause() to get the original exception. Use exceptionally() or handle() in the CompletableFuture chain. Add error handling to each stage of the pipeline.
SSLHandshakeExceptionThe SSL/TLS handshake failed between client and server.
ReadOnlyBufferExceptionA write operation is attempted on a read-only buffer.
NotSerializableExceptionAn object that does not implement Serializable is being serialized.
BufferOverflowExceptionA write operation on a buffer exceeds its capacity.
IllegalThreadStateExceptionA thread operation is performed when the thread is not in an appropriate state.
ObjectStreamExceptionAn exception occurred during Java object serialization or deserialization.