| Exception | Description |
|---|---|
| ClassTargetException |
This exception is thrown at build time during the validation phase if a class is annotated with
@CacheInvalidate, @CacheInvalidateAll or
@CacheResult. |
| PrivateMethodTargetException |
This exception is thrown at build time during the validation phase if a private method is annotated with
@CacheInvalidate, @CacheInvalidateAll or
@CacheResult. |
| UnknownCacheNameException |
This exception is thrown at build time during the validation phase if a field, a constructor or a method parameter annotated
with
@CacheName is referencing an unknown cache name. |
| UnsupportedRepeatedAnnotationException |
This exception is thrown at build time during the validation phase if a method from a MicroProfile REST Client bean is
annotated with repeated
@CacheInvalidate or
@CacheInvalidateAll annotations. |
| VoidReturnTypeTargetException |
This exception is thrown at build time during the validation phase if a method returning void is annotated with
@CacheResult. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.