Class MethodInvocationFailedException

All Implemented Interfaces:
Serializable

public final class MethodInvocationFailedException extends ReflectionException
See Also:
  • Constructor Details

    • MethodInvocationFailedException

      public MethodInvocationFailedException()
    • MethodInvocationFailedException

      public MethodInvocationFailedException(String message)
    • MethodInvocationFailedException

      public MethodInvocationFailedException(String message, Throwable cause)
    • MethodInvocationFailedException

      public MethodInvocationFailedException(Throwable cause)
    • MethodInvocationFailedException

      public MethodInvocationFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)