public class CacheAccessControlException
extends GroovyRuntimeException
Exception thrown when access control restrictions prevent reflection operations on cached classes.
Extends GroovyRuntimeException to indicate runtime errors in reflection cache management.
| Constructor and description |
|---|
CacheAccessControlException(String message, Throwable cause)Constructs a CacheAccessControlException with the specified detail message and cause. |
| Methods inherited from class | Name |
|---|---|
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.