Class IllegalLifecycleStateException

All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true) public class IllegalLifecycleStateException extends IllegalLifecycleStateException
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1 please use IllegalLifecycleStateException instead
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:
7.0
See Also:
  • Constructor Details

    • IllegalLifecycleStateException

      public IllegalLifecycleStateException()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • IllegalLifecycleStateException

      public IllegalLifecycleStateException(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • IllegalLifecycleStateException

      public IllegalLifecycleStateException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • IllegalLifecycleStateException

      public IllegalLifecycleStateException(Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.