Question: Which of these is not a valid method on the JoinPoint interface?

  1. getArgs()
  2. getExceptions()
  3. getSignature()
  4. getTarget()

Answer: The correct answer of the above question is Option B:getExceptions()