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
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 Summary
ConstructorDescriptionUnsupportedKeyTypeException
(String message) UnsupportedKeyTypeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedKeyTypeException
-
UnsupportedKeyTypeException
-
UnsupportedKeyTypeException
-
UnsupportedKeyTypeException
-