Class CrossSiteIllegalLifecycleStateException

All Implemented Interfaces:
Serializable

public class CrossSiteIllegalLifecycleStateException extends CacheException
This exception is thrown when the cache or cache manager does not have the right lifecycle state for cross-site 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:
15
See Also:
  • Constructor Details

    • CrossSiteIllegalLifecycleStateException

      public CrossSiteIllegalLifecycleStateException()
    • CrossSiteIllegalLifecycleStateException

      public CrossSiteIllegalLifecycleStateException(String s)
    • CrossSiteIllegalLifecycleStateException

      public CrossSiteIllegalLifecycleStateException(String message, Throwable cause)
    • CrossSiteIllegalLifecycleStateException

      public CrossSiteIllegalLifecycleStateException(Throwable cause)