org.jboss.cache.statetransfer
Class StateProviderBusyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.cache.CacheException
org.jboss.cache.statetransfer.StateProviderBusyException
- All Implemented Interfaces:
- java.io.Serializable
public class StateProviderBusyException
- extends CacheException
Thrown when a state provider is busy
- Since:
- 3.1
- Author:
- Manik Surtani
- See Also:
- Serialized Form
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 |
StateProviderBusyException
public StateProviderBusyException()
StateProviderBusyException
public StateProviderBusyException(java.lang.String message)
StateProviderBusyException
public StateProviderBusyException(java.lang.String message,
java.lang.Throwable cause)
StateProviderBusyException
public StateProviderBusyException(java.lang.Throwable cause)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.