Class RequestNotFoundException

All Implemented Interfaces:
Serializable

public class RequestNotFoundException extends IllegalArgumentException
This exception is thrown when a request is not found.
See Also:
  • Constructor Details

    • RequestNotFoundException

      public RequestNotFoundException(String message)
      Constructor for the RequestNotFoundException
      Parameters:
      message - The message of the exception.