Class 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)