Class UnsupportedKeyTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.persistence.spi.PersistenceException
org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedKeyTypeException extends PersistenceException
Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type.
Author:
Mircea.Markus@jboss.com
See Also:
  • Constructor Details

    • UnsupportedKeyTypeException

      public UnsupportedKeyTypeException(Object key)
    • UnsupportedKeyTypeException

      public UnsupportedKeyTypeException(String message)
    • UnsupportedKeyTypeException

      public UnsupportedKeyTypeException(String message, Throwable cause)
    • UnsupportedKeyTypeException

      public UnsupportedKeyTypeException(Throwable cause)