Class PrivateMethodTargetException

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

public class PrivateMethodTargetException extends RuntimeException
This exception is thrown at build time during the validation phase if a private method is annotated with @CacheInvalidate, @CacheInvalidateAll or @CacheResult.
See Also:
  • Constructor Details

    • PrivateMethodTargetException

      public PrivateMethodTargetException(org.jboss.jandex.MethodInfo methodInfo, org.jboss.jandex.DotName annotationName)
  • Method Details

    • getMethodInfo

      public org.jboss.jandex.MethodInfo getMethodInfo()