Class ClassTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.cache.deployment.exception.ClassTargetException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionClassTargetException(org.jboss.jandex.DotName className, org.jboss.jandex.DotName annotationName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassTargetException
public ClassTargetException(org.jboss.jandex.DotName className, org.jboss.jandex.DotName annotationName)
-
-
Method Details
-
getClassName
public org.jboss.jandex.DotName getClassName()
-