2 Replies Latest reply on Aug 15, 2014 4:04 AM by smile365

    how to catch cacheloaderexception

    smile365

      When cache store throw a catchloaderexception, how my application can catch it?

       

      I use the following code snippet

       

      try {

           cache.put(...);

      } catch (Throwable t)

           // do my job

      }

       

      but it doesn't work.

       

      It seems that Infinispan catch these exceptions internally and only log it, Why?