public class ProducerFailedException extends CancelTaskException
| Constructor and Description |
|---|
ProducerFailedException(Throwable cause)
The cause of the producer failure.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCauseAsString()
Returns the stringified cause of the producer failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProducerFailedException(Throwable cause)
public String getCauseAsString()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.