Class UnsupportedRepeatedAnnotationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.cache.deployment.exception.UnsupportedRepeatedAnnotationException
- All Implemented Interfaces:
Serializable
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. Interceptions on such a bean are not managed by
Arc and the usage of repeated interceptor bindings is not currently supported.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedRepeatedAnnotationException(org.jboss.jandex.MethodInfo methodInfo) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedRepeatedAnnotationException
public UnsupportedRepeatedAnnotationException(org.jboss.jandex.MethodInfo methodInfo)
-
-
Method Details
-
getMethodInfo
public org.jboss.jandex.MethodInfo getMethodInfo()
-