Class PostponeToNextRoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.annotation.processing.PostponeToNextRoundException
All Implemented Interfaces:
Serializable

public final class PostponeToNextRoundException extends RuntimeException
Exception to indicate postponing processing to next round.
See Also:
  • Constructor Details

    • PostponeToNextRoundException

      public PostponeToNextRoundException(Object originatingElement, String path)
      Parameters:
      originatingElement - Teh originating element
      path - The originating element path
  • Method Details