Class KafkaSendError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.birchframework.framework.exception.BaseException
-
- org.birchframework.framework.kafka.KafkaSendError
-
- All Implemented Interfaces:
Serializable
public class KafkaSendError extends BaseException
Kafka send error.- Author:
- Keivan Khalichi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KafkaSendError(BirchErrorCode theErrorCode)KafkaSendError(BirchErrorCode theErrorCode, Throwable theCause)KafkaSendError(ErrorResponse theErrorResponse)KafkaSendError(ErrorResponse theErrorResponse, Throwable theCause)
-
Method Summary
-
Methods inherited from class org.birchframework.framework.exception.BaseException
getErrorCode, getErrorResponse, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
KafkaSendError
public KafkaSendError(ErrorResponse theErrorResponse, Throwable theCause)
-
KafkaSendError
public KafkaSendError(ErrorResponse theErrorResponse)
-
KafkaSendError
public KafkaSendError(BirchErrorCode theErrorCode)
-
KafkaSendError
public KafkaSendError(BirchErrorCode theErrorCode, Throwable theCause)
-
-