Class APIUnauthorizedException

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

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

    • APIUnauthorizedException

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