ehcache

net.sf.ehcache.transaction
Class TransactionInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.CacheException
                  extended by net.sf.ehcache.transaction.TransactionException
                      extended by net.sf.ehcache.transaction.TransactionInterruptedException
All Implemented Interfaces:
Serializable

public class TransactionInterruptedException
extends TransactionException

This exception is thrown when a transactional operation got interrupted via Thread.interrupt

Author:
Ludovic Orban
See Also:
Serialized Form

Constructor Summary
TransactionInterruptedException(String message)
          Create a new TransactionInterruptedException
 
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

TransactionInterruptedException

public TransactionInterruptedException(String message)
Create a new TransactionInterruptedException

Parameters:
message - the error message

ehcache

Copyright 2001-2016, Terracotta, Inc.