Package com.linkedin.venice.exceptions
Class MissingKeyInStoreMetadataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.venice.exceptions.MissingKeyInStoreMetadataException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingKeyInStoreMetadataException extends VeniceException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description MissingKeyInStoreMetadataException(java.lang.String keyName, java.lang.String metadataClassName)
MissingKeyInStoreMetadataException(java.lang.String keyName, java.lang.String metadataClassName, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKeyName()
java.lang.String
getMetadataClassName()
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-
-
-
Constructor Detail
-
MissingKeyInStoreMetadataException
public MissingKeyInStoreMetadataException(java.lang.String keyName, java.lang.String metadataClassName)
-
MissingKeyInStoreMetadataException
public MissingKeyInStoreMetadataException(java.lang.String keyName, java.lang.String metadataClassName, java.lang.Throwable t)
-
-