Class ClassTargetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.cache.deployment.exception.ClassTargetException
All Implemented Interfaces:
Serializable

public class ClassTargetException extends RuntimeException
This exception is thrown at build time during the validation phase if a class is annotated with @CacheInvalidate, @CacheInvalidateAll or @CacheResult. These annotations are only allowed at type level for the caching interceptors from this extension.
See Also:
  • Constructor Details

    • ClassTargetException

      public ClassTargetException(org.jboss.jandex.DotName className, org.jboss.jandex.DotName annotationName)
  • Method Details

    • getClassName

      public org.jboss.jandex.DotName getClassName()