Class MissingParameterException

All Implemented Interfaces:
Serializable

public class MissingParameterException extends RemoteFunctionException
Thrown when a mandatory parameter is missing.
See Also:
  • Constructor Details

    • MissingParameterException

      @Deprecated public MissingParameterException(@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()