Class InvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.core.reflect.exception.InvocationException
All Implemented Interfaces:
Serializable

public class InvocationException extends RuntimeException
Runtime exception equivalent of InvocationTargetException.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • InvocationException

      public InvocationException(String message)
      Parameters:
      message - The message
    • InvocationException

      public InvocationException(String message, Throwable cause)
      Parameters:
      message - The message
      cause - The throwable