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,@CacheInvalidateAllor@CacheResult.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivateMethodTargetException(org.jboss.jandex.MethodInfo methodInfo, org.jboss.jandex.DotName annotationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.MethodInfogetMethodInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-