Class APIVersionMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.le_app.mcss_api_java.exceptions.APIVersionMismatchException
All Implemented Interfaces:
Serializable

public class APIVersionMismatchException extends Exception
Thrown when the task details are invalid.
See Also:
  • Constructor Details

    • APIVersionMismatchException

      public APIVersionMismatchException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - The detail message.