Class MultiMatchNotFoundException

All Implemented Interfaces:
Serializable

public class MultiMatchNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • MultiMatchNotFoundException

      public MultiMatchNotFoundException()
    • MultiMatchNotFoundException

      public MultiMatchNotFoundException(String message)
    • MultiMatchNotFoundException

      public MultiMatchNotFoundException(String message, Throwable cause)
    • MultiMatchNotFoundException

      public MultiMatchNotFoundException(Throwable cause)
    • MultiMatchNotFoundException

      public MultiMatchNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)