Class MatchingRuntimeNotFound

    • Constructor Detail

      • MatchingRuntimeNotFound

        public MatchingRuntimeNotFound​(String message)
        Constructor of MatchingRuntimeNotFound.
        Parameters:
        message - the exception message, cannot be null
      • MatchingRuntimeNotFound

        public MatchingRuntimeNotFound​(String message,
                                       Throwable cause)
        Constructor of MatchingRuntimeNotFound.
        Parameters:
        message - the exception message, cannot be null
        cause - the cause exception, cannot be null