Class InvalidScopeException

All Implemented Interfaces:
Serializable

public class InvalidScopeException extends CacheException
Thrown to indicate that a specified scope is not valid, that is, it is not registered in the cache.
Author:
Sumer Jabri, Alfonso Vásquez
See Also:
  • Constructor Details

    • InvalidScopeException

      public InvalidScopeException()
    • InvalidScopeException

      public InvalidScopeException(String message, Throwable cause)
    • InvalidScopeException

      public InvalidScopeException(String message)
    • InvalidScopeException

      public InvalidScopeException(Throwable cause)