public class CrcMismatchException extends DriverException
This indicates a data corruption issue, either due to a hardware issue on the client, or on the network between the server and the client. It is not recoverable: the driver will drop the connection.
Constructor and Description |
---|
CrcMismatchException(String message) |
CrcMismatchException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
CrcMismatchException |
copy()
Copy the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CrcMismatchException(String message)
public CrcMismatchException copy()
DriverException
This returns a new exception, equivalent to the original one, except that because a new object is created in the current thread, the top-most element in the stacktrace of the exception will refer to the current thread (this is mainly intended for internal use by the driver). The cause of the copied exception will be the original exception.
copy
in class DriverException
Copyright © 2012–2023. All rights reserved.