Class ParameterNotFoundException

All Implemented Interfaces:
Serializable

public class ParameterNotFoundException extends RemoteFunctionException
The Parameter Not Found Exception.
See Also:
  • Constructor Details

    • ParameterNotFoundException

      @Deprecated public ParameterNotFoundException(@Nullable String parameter, @Nonnull RemoteFunctionMessage message)
      Deprecated.
      This module will be discontinued, along with its classes and methods.
      Constructor.
      Parameters:
      parameter - The parameter.
      message - The remote function message.
  • Method Details

    • getParameter

      @Nullable public String getParameter()