Class NotImplementedException

All Implemented Interfaces:
Serializable

public class NotImplementedException extends RemoteFunctionException
Thrown when a method is not implemented.
See Also:
  • Constructor Details

    • NotImplementedException

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