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,@CacheInvalidateAllor@CacheResult. These annotations are only allowed at type level for the caching interceptors from this extension.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassTargetException(org.jboss.jandex.DotName className, org.jboss.jandex.DotName annotationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.DotNamegetClassName()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-