Class UnsupportedRepeatedAnnotationException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedRepeatedAnnotationException
    extends RuntimeException
    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:
    Serialized Form
    • Constructor Detail

      • UnsupportedRepeatedAnnotationException

        public UnsupportedRepeatedAnnotationException​(org.jboss.jandex.MethodInfo methodInfo)
    • Method Detail

      • getMethodInfo

        public org.jboss.jandex.MethodInfo getMethodInfo()