org.infinispan.loaders
Class CacheLoaderException

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

public class CacheLoaderException
extends Exception

An exception thrown by a CacheLoader implementation if there are problems reading from a loader.

Since:
4.0
Author:
Manik Surtani
See Also:
Serialized Form

Constructor Summary
CacheLoaderException()
           
CacheLoaderException(String message)
           
CacheLoaderException(String message, Throwable cause)
           
CacheLoaderException(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

CacheLoaderException

public CacheLoaderException()

CacheLoaderException

public CacheLoaderException(String message)

CacheLoaderException

public CacheLoaderException(String message,
                            Throwable cause)

CacheLoaderException

public CacheLoaderException(Throwable cause)

-->

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