Class UnsupportedVersionException

All Implemented Interfaces:
Serializable

@AsOf("0.0.1") public class UnsupportedVersionException extends RuntimeException
This exception is thrown when an unknown NMS version is encountered. NMS (Net Minecraft Server) is the internal server code for Minecraft. This exception is used to indicate that the server version is not supported by the Wyck.
Since:
0.0.1
See Also:
  • Constructor Details

    • UnsupportedVersionException

      public UnsupportedVersionException(String message)
      Constructs a new UnknownNMSVersionException with the specified detail message.
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.