org.infinispan.loaders.keymappers
Class UnsupportedKeyTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.infinispan.loaders.CacheLoaderException
              extended by org.infinispan.loaders.keymappers.UnsupportedKeyTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedKeyTypeException
extends CacheLoaderException

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
UnsupportedKeyTypeException(Object key)
           
UnsupportedKeyTypeException(String message)
           
UnsupportedKeyTypeException(String message, Throwable cause)
           
UnsupportedKeyTypeException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedKeyTypeException

public UnsupportedKeyTypeException(Object key)

UnsupportedKeyTypeException

public UnsupportedKeyTypeException(String message)

UnsupportedKeyTypeException

public UnsupportedKeyTypeException(String message,
                                   Throwable cause)

UnsupportedKeyTypeException

public UnsupportedKeyTypeException(Throwable cause)

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.