Class ConsistsOfNotFoundException

    • Constructor Detail

      • ConsistsOfNotFoundException

        public ConsistsOfNotFoundException​(String message)
        Instantiates a new consists of not found exception.
        Parameters:
        message - the message
      • ConsistsOfNotFoundException

        public ConsistsOfNotFoundException​(Throwable cause)
        Instantiates a new consists of not found exception.
        Parameters:
        cause - the cause
      • ConsistsOfNotFoundException

        public ConsistsOfNotFoundException​(String message,
                                           Throwable cause)
        Instantiates a new consists of not found exception.
        Parameters:
        message - the message
        cause - the cause