Class CacheAccessControlException

All Implemented Interfaces:
Serializable

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.

See Also:
  • Constructor Details

    • CacheAccessControlException

      public CacheAccessControlException(String message, Throwable cause)
      Constructs a CacheAccessControlException with the specified detail message and cause.
      Parameters:
      message - the detail message describing why access was denied
      cause - the underlying exception that triggered the access control error