Class OutdatedServerVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.lokka30.levelledmobs.misc.OutdatedServerVersionException
All Implemented Interfaces:
Serializable

public class OutdatedServerVersionException extends RuntimeException
This exception should be thrown when a feature in a plugin requires a certain server version, but the server running the plugin isn't running a recent enough Minecraft version to do so.
Since:
2.0.0
See Also:
  • Constructor Details

    • OutdatedServerVersionException

      public OutdatedServerVersionException(String errorMsg)