Class DatasetKeyTypeMismatchException

All Implemented Interfaces:
Serializable

public class DatasetKeyTypeMismatchException extends StoreException
Thrown when the requested dataset does not have the expected key type.
See Also:
  • Constructor Details

    • DatasetKeyTypeMismatchException

      public DatasetKeyTypeMismatchException(Throwable cause)
    • DatasetKeyTypeMismatchException

      public DatasetKeyTypeMismatchException(String message)
    • DatasetKeyTypeMismatchException

      public DatasetKeyTypeMismatchException(String message, Throwable cause)