Class InvalidRequestTypeException

All Implemented Interfaces:
Serializable

public class InvalidRequestTypeException extends IllegalArgumentException
This exception is thrown when a generic request type is not valid.
See Also:
  • Constructor Details

    • InvalidRequestTypeException

      public InvalidRequestTypeException(String message)
      Parameters:
      message - The message of the exception.