Class MethodInvocationException

All Implemented Interfaces:
Serializable

public class MethodInvocationException extends MethodException
An exception in the execution of a method.
See Also:
  • Constructor Details

    • MethodInvocationException

      public MethodInvocationException(String name)
    • MethodInvocationException

      public MethodInvocationException(String name, String message)
    • MethodInvocationException

      public MethodInvocationException(String name, String message, Throwable cause)
    • MethodInvocationException

      public MethodInvocationException(String name, Throwable cause)
  • Method Details