Class NetworkException
- All Implemented Interfaces:
Serializable
A misc. network-related IOException occurred when making a request. This could be because the client's metadata is out of date and it is making a request to a node that is now dead.
- See Also:
Constructor Summary
ConstructorsConstructorDescriptionNetworkException(String message) NetworkException(String message, Throwable cause) NetworkException(Throwable cause) Method Summary
Methods inherited from class org.apache.kafka.common.errors.ApiException
fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
NetworkException
public NetworkException()NetworkException
NetworkException
NetworkException