Class RequestTypeNotFoundException

All Implemented Interfaces:
Serializable

public class RequestTypeNotFoundException extends IllegalArgumentException
This exception is thrown when a user tries to access a request type that does not exist.
See Also:
  • Constructor Details

    • RequestTypeNotFoundException

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