Class MatchRequestException

All Implemented Interfaces:
Serializable

public class MatchRequestException extends AppException
This exception is used by the match request to indicate the initialization failed.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
See Also:
  • Constructor Details

    • MatchRequestException

      public MatchRequestException(String message)
      Constructs the exception with a message explaining the cause of the error.
      Parameters:
      message - a message explaining the cause of the error.
    • MatchRequestException

      public MatchRequestException(String message, Throwable cause)
      Constructs the exception with a message and throwable explaining the cause of the error.
      Parameters:
      message - a message explaining the cause of the error.
      cause - The actual cause of the error.