org.apache.kafka.common.errors
Class UnknownServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.common.errors.ApiException
org.apache.kafka.common.errors.UnknownServerException
- All Implemented Interfaces:
- java.io.Serializable
public class UnknownServerException
- extends ApiException
An error occurred on the server for which the client doesn't have a corresponding error code. This is generally an
unexpected error.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnknownServerException
public UnknownServerException()
UnknownServerException
public UnknownServerException(java.lang.String message)
UnknownServerException
public UnknownServerException(java.lang.Throwable cause)
UnknownServerException
public UnknownServerException(java.lang.String message,
java.lang.Throwable cause)