Package org.craftercms.core.exception
Class InvalidScopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.craftercms.core.exception.CrafterException
-
- org.craftercms.core.exception.CacheException
-
- org.craftercms.core.exception.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidScopeException()
InvalidScopeException(String message)
InvalidScopeException(String message, Throwable cause)
InvalidScopeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-