Package org.infinispan.commons
Class IllegalLifecycleStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.commons.IllegalLifecycleStateException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalLifecycleStateException
public class IllegalLifecycleStateException extends CacheException
This exception is thrown when the cache or cache manager does not have the right lifecycle state for operations to be called on it. Situations like this include when the cache is stopping or is stopped, when the cache manager is stopped...etc.- Since:
- 10.1 (prior was in org.infinispan package since 7.0)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalLifecycleStateException()
IllegalLifecycleStateException(String s)
IllegalLifecycleStateException(String message, Throwable cause)
IllegalLifecycleStateException(Throwable cause)
-
-
-
Constructor Detail
-
IllegalLifecycleStateException
public IllegalLifecycleStateException()
-
IllegalLifecycleStateException
public IllegalLifecycleStateException(String s)
-
IllegalLifecycleStateException
public IllegalLifecycleStateException(String message, Throwable cause)
-
IllegalLifecycleStateException
public IllegalLifecycleStateException(Throwable cause)
-
-