Class UnsupportedMessageTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.venice.exceptions.KafkaConsumerException
-
- com.linkedin.venice.exceptions.validation.DataValidationException
-
- com.linkedin.venice.exceptions.validation.FatalDataValidationException
-
- com.linkedin.venice.exceptions.validation.CorruptDataException
-
- com.linkedin.venice.exceptions.validation.UnsupportedMessageTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedMessageTypeException extends CorruptDataException
This is thrown when some code encounters a message type it does not know about. It may indicate that there is corrupt data which happened to touch the message type section of the data. Or it may indicate that some service was upgraded to a more recent version without properly planning the rollout process.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description UnsupportedMessageTypeException(java.lang.String exceptionMessage)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.exceptions.KafkaConsumerException
getMessage
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-