Class VoidReturnTypeTargetException

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

public class VoidReturnTypeTargetException extends RuntimeException
This exception is thrown at build time during the validation phase if a method returning void is annotated with @CacheResult.
See Also:
  • Constructor Details

    • VoidReturnTypeTargetException

      public VoidReturnTypeTargetException(org.jboss.jandex.MethodInfo methodInfo)
  • Method Details

    • getMethodInfo

      public org.jboss.jandex.MethodInfo getMethodInfo()