Class UnsupportedVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.stefvanschie.inventoryframework.exception.UnsupportedVersionException
All Implemented Interfaces:
Serializable

public class UnsupportedVersionException extends RuntimeException
An exception indicating that the provided version is not supported.
Since:
0.8.0
See Also:
  • Constructor Details

    • UnsupportedVersionException

      public UnsupportedVersionException(@NotNull @NotNull String message)
      Constructs the exception with a given message
      Parameters:
      message - the message to show
      Since:
      0.8.0