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:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedKeyTypeException(java.lang.Object key)
UnsupportedKeyTypeException(java.lang.String message)
UnsupportedKeyTypeException(java.lang.String message, java.lang.Throwable cause)
UnsupportedKeyTypeException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UnsupportedKeyTypeException
public UnsupportedKeyTypeException(java.lang.Object key)
-
UnsupportedKeyTypeException
public UnsupportedKeyTypeException(java.lang.String message)
-
UnsupportedKeyTypeException
public UnsupportedKeyTypeException(java.lang.String message, java.lang.Throwable cause)
-
UnsupportedKeyTypeException
public UnsupportedKeyTypeException(java.lang.Throwable cause)
-
-