Package org.codehaus.groovy.reflection
Class CacheAccessControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
org.codehaus.groovy.reflection.CacheAccessControlException
- All Implemented Interfaces:
Serializable
Exception thrown when access control restrictions prevent reflection operations on cached classes.
Extends GroovyRuntimeException to indicate runtime errors in reflection cache management.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheAccessControlException(String message, Throwable cause) Constructs aCacheAccessControlExceptionwith the specified detail message and cause. -
Method Summary
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModuleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheAccessControlException
Constructs aCacheAccessControlExceptionwith the specified detail message and cause.- Parameters:
message- the detail message describing why access was deniedcause- the underlying exception that triggered the access control error
-