Package org.infinispan
Class IllegalLifecycleStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.commons.IllegalLifecycleStateException
-
- org.infinispan.IllegalLifecycleStateException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class IllegalLifecycleStateException extends IllegalLifecycleStateException
Deprecated.since 10.1 please useIllegalLifecycleStateException
insteadThis 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:
- 7.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalLifecycleStateException()
Deprecated.IllegalLifecycleStateException(String s)
Deprecated.IllegalLifecycleStateException(String message, Throwable cause)
Deprecated.IllegalLifecycleStateException(Throwable cause)
Deprecated.
-
-
-
Constructor Detail
-
IllegalLifecycleStateException
public IllegalLifecycleStateException()
Deprecated.
-
IllegalLifecycleStateException
public IllegalLifecycleStateException(String s)
Deprecated.
-
IllegalLifecycleStateException
public IllegalLifecycleStateException(String message, Throwable cause)
Deprecated.
-
IllegalLifecycleStateException
public IllegalLifecycleStateException(Throwable cause)
Deprecated.
-
-