Class CannotCallMethodException

All Implemented Interfaces:
Serializable

The method can't be called
See Also:
  • Constructor Details

    • CannotCallMethodException

      public CannotCallMethodException(String msg, String methodName)
      Constructs an instance of CannotCallMethodException with the specified detail message.
      Parameters:
      msg - the detail message.
      methodName - the name of the method
  • Method Details