ehcache

net.sf.ehcache.transaction
Class TransactionTimeoutException

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.TransactionTimeoutException
All Implemented Interfaces:
Serializable

public class TransactionTimeoutException
extends TransactionException

This exception is thrown when a transactional operation times out

Author:
Ludovic Orban
See Also:
Serialized Form

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

TransactionTimeoutException

public TransactionTimeoutException(String message)
Create a new TransactionTimeoutException

Parameters:
message - the error message

ehcache

Copyright 2001-2015, Terracotta, Inc.